#857949

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

Shades of Clay Creek #857949

Tints of Clay Creek #857949

Color information

#857949 (or 0x857949) is unknown color: approx Clay Creek. HEX triplet: 85, 79 and 49. RGB value is (133,121,73). Sum of RGB (Red+Green+Blue) = 133+121+73=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #857949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857949 is #7A86B6. Grayscale: #777777. Windows color (decimal): -8029879 or 4815237. OLE color: 4815237.

HSL color Cylindrical-coordinate representation of color #857949: hue angle of 48º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #857949 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB13312173-
CMYK00.090.450.48
HSL48º29.13%40.39%-
HSV(B)48º45.11%52.16%-
XYZ17.7119.149.06-
YUV119.12101.98137.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 121 (47.66% from 255) = 37.00%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=40.67%
G=37.00%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331217300.090.450.484829.1340.39
Hex857949092D30301d28
Octal2051711110115560603550
Binary10000101111100110010010100110110111000011000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857949; }

 p { color: rgb(133,121,73); }

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

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

 a { background-color: rgb(133,121,73); }

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

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

 span { border-color: rgb(133,121,73); }

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