#938A51

Color #938A51 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #938A51

Tints of Clay Creek #938A51

Color information

#938A51 (or 0x938A51) is unknown color: approx Clay Creek. HEX triplet: 93, 8A and 51. RGB value is (147,138,81). Sum of RGB (Red+Green+Blue) = 147+138+81=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #938A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A51 is #6C75AE. Grayscale: #868686. Windows color (decimal): -7108015 or 5343891. OLE color: 5343891.

HSL color Cylindrical-coordinate representation of color #938A51: hue angle of 51.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #938A51 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14713881-
CMYK00.060.450.42
HSL51.82º28.95%44.71%-
HSV(B)51.82º44.9%57.65%-
XYZ22.6124.9711.41-
YUV134.1997.98137.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 40.16%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 81 (32.03% from 255) = 22.13%
R=40.16%
G=37.70%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471388100.060.450.4251.8228.9544.71
Hex938A51062D2A341d2d
Octal223212121065552643555
Binary10010011100010101010001011010110110101011010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938A51; }

 p { color: rgb(147,138,81); }

 H1.HeaderClassName
 {
   color: #938A51;
 }
 .AnyTagClassName
 {
   color: #938A51;
 }
</style>
background-color css

<style>
 a { background-color: #938A51; }

 a { background-color: rgb(147,138,81); }

 div.DivClassName
 {
   background-color: #938A51;
 }
 .BgClassName
 {
   background-color: #938A51;
 }
</style>
border-color css

<style>
 span { border-color: #938A51; }

 span { border-color: rgb(147,138,81); }

 td.TdClassName
 {
   border-color: #938A51;
 }
 .TagClassName
 {
   border-color: #938A51;
 }
</style>