Html Css Color HEX #857959 Clay Creek

📋 copy color: '#857959'

red 133 ◦ green 121 ◦ blue 89

#857959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clay Creek #857959

Tints of Clay Creek #857959

RGB

 RED value IS 133 (52.34% from 255) = 38.78%

 GREEN value IS 121 (47.66% from 255) = 35.28%

 BLUE value IS 89 (35.16% from 255) = 25.95%

R = 38.78%
G = 35.28%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#857959 (or 0x857959) is known color: Clay Creek. HEX triplet: 85, 79 and 59. RGB value is (133,121,89). Sum of RGB (Red+Green+Blue) = 133+121+89=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #857959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857959 is #7A86A6. Grayscale: #797979. Windows color (decimal): -8029863 or 5863813. OLE color: 5863813.

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

Color convert

RGB 133 121 89 -
CMYK 0 0.09 0.33 0.48
HSL 43.64º 0.2% 0.44% -
HSV(B) 43.64º 0.33% 0.52% -
XYZ 18.31 19.38 12.23 -
YUV 120.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 133 121 89 0 0.09 0.33 0.48 43.64 0.2 0.44
Hex 85 79 59 0 9 21 30 2C 14 2C
Octal 205 171 131 0 11 41 60 54 24 54
Binary 10000101 1111001 1011001 0 1001 100001 110000 101100 10100 101100

Color Harmonies of #857959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857959

Black with #857959

Text Example


Text Example

White with #857959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857959; }

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

 H1.HeaderClassName
 {
   color: #857959;
 }
 .AnyTagClassName
 {
   color: #857959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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