Html Css Color HEX #8E7D57 Clay Creek

📋 copy color: '#8E7D57'

red 142 ◦ green 125 ◦ blue 87

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

Shades of Clay Creek #8E7D57

Tints of Clay Creek #8E7D57

RGB

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

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

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

R = 40.11%
G = 35.31%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E7D57 (or 0x8E7D57) is known color: Clay Creek. HEX triplet: 8E, 7D and 57. RGB value is (142,125,87). Sum of RGB (Red+Green+Blue) = 142+125+87=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7D57 is #7182A8. Grayscale: #7D7D7D. Windows color (decimal): -7439017 or 5733774. OLE color: 5733774.

HSL color Cylindrical-coordinate representation of color #8E7D57: hue angle of 41.45º 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 #8E7D57 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 125 87 -
CMYK 0 0.12 0.39 0.44
HSL 41.45º 0.24% 0.45% -
HSV(B) 41.45º 0.39% 0.56% -
XYZ 20.21 21.11 12.03 -
YUV 125.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 142 125 87 0 0.12 0.39 0.44 41.45 0.24 0.45
Hex 8E 7D 57 0 C 27 2C 29 18 2D
Octal 216 175 127 0 14 47 54 51 30 55
Binary 10001110 1111101 1010111 0 1100 100111 101100 101001 11000 101101

Color Harmonies of #8E7D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7D57

Black with #8E7D57

Text Example


Text Example

White with #8E7D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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