Html Css Color HEX #857D59 Clay Creek

📋 copy color: '#857D59'

red 133 ◦ green 125 ◦ blue 89

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

Shades of Clay Creek #857D59

Tints of Clay Creek #857D59

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

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

R = 38.33%
G = 36.02%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#857D59 (or 0x857D59) is known color: Clay Creek. HEX triplet: 85, 7D and 59. RGB value is (133,125,89). Sum of RGB (Red+Green+Blue) = 133+125+89=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #857D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D59 is #7A82A6. Grayscale: #7B7B7B. Windows color (decimal): -8028839 or 5864837. OLE color: 5864837.

HSL color Cylindrical-coordinate representation of color #857D59: hue angle of 49.09º 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 #857D59 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 125 89 -
CMYK 0 0.06 0.33 0.48
HSL 49.09º 0.2% 0.44% -
HSV(B) 49.09º 0.33% 0.52% -
XYZ 18.81 20.38 12.39 -
YUV 123.29 108.65 134.93 -
System Red Green Blue C M Y K H S L
Decimal 133 125 89 0 0.06 0.33 0.48 49.09 0.2 0.44
Hex 85 7D 59 0 6 21 30 31 14 2C
Octal 205 175 131 0 6 41 60 61 24 54
Binary 10000101 1111101 1011001 0 110 100001 110000 110001 10100 101100

Color Harmonies of #857D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D59

Black with #857D59

Text Example


Text Example

White with #857D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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