Html Css Color HEX #8E7F57 Clay Creek

📋 copy color: '#8E7F57'

red 142 ◦ green 127 ◦ blue 87

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

Shades of Clay Creek #8E7F57

Tints of Clay Creek #8E7F57

RGB

 RED value IS 142 (55.86% from 255) = 39.89%

 GREEN value IS 127 (50% from 255) = 35.67%

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

R = 39.89%
G = 35.67%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E7F57 (or 0x8E7F57) is known color: Clay Creek. HEX triplet: 8E, 7F and 57. RGB value is (142,127,87). Sum of RGB (Red+Green+Blue) = 142+127+87=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7F57 is #7180A8. Grayscale: #7F7F7F. Windows color (decimal): -7438505 or 5734286. OLE color: 5734286.

HSL color Cylindrical-coordinate representation of color #8E7F57: hue angle of 43.64º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E7F57 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 127 87 -
CMYK 0 0.11 0.39 0.44
HSL 43.64º 0.24% 0.45% -
HSV(B) 43.64º 0.39% 0.56% -
XYZ 20.47 21.62 12.11 -
YUV 126.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 142 127 87 0 0.11 0.39 0.44 43.64 0.24 0.45
Hex 8E 7F 57 0 B 27 2C 2C 18 2D
Octal 216 177 127 0 13 47 54 54 30 55
Binary 10001110 1111111 1010111 0 1011 100111 101100 101100 11000 101101

Color Harmonies of #8E7F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7F57

Black with #8E7F57

Text Example


Text Example

White with #8E7F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E7F57; }

 p { color: rgb(142,127,87); }

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

background-color css

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

 a { background-color: rgb(142,127,87); }

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

border-color css

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

 span { border-color: rgb(142,127,87); }

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