Html Css Color HEX #857E57 Clay Creek

📋 copy color: '#857E57'

red 133 ◦ green 126 ◦ blue 87

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

Shades of Clay Creek #857E57

Tints of Clay Creek #857E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.14%

R = 38.44%
G = 36.42%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#857E57 (or 0x857E57) is known color: Clay Creek. HEX triplet: 85, 7E and 57. RGB value is (133,126,87). Sum of RGB (Red+Green+Blue) = 133+126+87=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #857E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E57 is #7A81A8. Grayscale: #7B7B7B. Windows color (decimal): -8028585 or 5734021. OLE color: 5734021.

HSL color Cylindrical-coordinate representation of color #857E57: hue angle of 50.87º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #857E57 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 126 87 -
CMYK 0 0.05 0.35 0.48
HSL 50.87º 0.21% 0.43% -
HSV(B) 50.87º 0.35% 0.52% -
XYZ 18.85 20.6 12 -
YUV 123.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 133 126 87 0 0.05 0.35 0.48 50.87 0.21 0.43
Hex 85 7E 57 0 5 23 30 33 15 2B
Octal 205 176 127 0 5 43 60 63 25 53
Binary 10000101 1111110 1010111 0 101 100011 110000 110011 10101 101011

Color Harmonies of #857E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E57

Black with #857E57

Text Example


Text Example

White with #857E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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