Html Css Color HEX #857E59 Clay Creek

📋 copy color: '#857E59'

red 133 ◦ green 126 ◦ blue 89

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

Shades of Clay Creek #857E59

Tints of Clay Creek #857E59

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

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

R = 38.22%
G = 36.21%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#857E59 (or 0x857E59) is known color: Clay Creek. HEX triplet: 85, 7E and 59. RGB value is (133,126,89). Sum of RGB (Red+Green+Blue) = 133+126+89=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #857E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E59 is #7A81A6. Grayscale: #7C7C7C. Windows color (decimal): -8028583 or 5865093. OLE color: 5865093.

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

Color convert

RGB 133 126 89 -
CMYK 0 0.05 0.33 0.48
HSL 50.45º 0.2% 0.44% -
HSV(B) 50.45º 0.33% 0.52% -
XYZ 18.94 20.63 12.44 -
YUV 123.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 133 126 89 0 0.05 0.33 0.48 50.45 0.2 0.44
Hex 85 7E 59 0 5 21 30 32 14 2C
Octal 205 176 131 0 5 41 60 62 24 54
Binary 10000101 1111110 1011001 0 101 100001 110000 110010 10100 101100

Color Harmonies of #857E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E59

Black with #857E59

Text Example


Text Example

White with #857E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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