Html Css Color HEX #8E7E59 Clay Creek

📋 copy color: '#8E7E59'

red 142 ◦ green 126 ◦ blue 89

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

Shades of Clay Creek #8E7E59

Tints of Clay Creek #8E7E59

RGB

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

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

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

R = 39.78%
G = 35.29%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E7E59 (or 0x8E7E59) is known color: Clay Creek. HEX triplet: 8E, 7E and 59. RGB value is (142,126,89). Sum of RGB (Red+Green+Blue) = 142+126+89=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7E59 is #7181A6. Grayscale: #7E7E7E. Windows color (decimal): -7438759 or 5865102. OLE color: 5865102.

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

Color convert

RGB 142 126 89 -
CMYK 0 0.11 0.37 0.44
HSL 41.89º 0.23% 0.45% -
HSV(B) 41.89º 0.37% 0.56% -
XYZ 20.42 21.39 12.5 -
YUV 126.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 142 126 89 0 0.11 0.37 0.44 41.89 0.23 0.45
Hex 8E 7E 59 0 B 25 2C 2A 17 2D
Octal 216 176 131 0 13 45 54 52 27 55
Binary 10001110 1111110 1011001 0 1011 100101 101100 101010 10111 101101

Color Harmonies of #8E7E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7E59

Black with #8E7E59

Text Example


Text Example

White with #8E7E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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