Html Css Color HEX #8E7F59 Clay Creek

📋 copy color: '#8E7F59'

red 142 ◦ green 127 ◦ blue 89

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

Shades of Clay Creek #8E7F59

Tints of Clay Creek #8E7F59

RGB

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

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

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

R = 39.66%
G = 35.47%
B = 24.86%

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

#8E7F59 (or 0x8E7F59) is known color: Clay Creek. HEX triplet: 8E, 7F and 59. RGB value is (142,127,89). Sum of RGB (Red+Green+Blue) = 142+127+89=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7F59 is #7180A6. Grayscale: #7F7F7F. Windows color (decimal): -7438503 or 5865358. OLE color: 5865358.

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

Color convert

RGB 142 127 89 -
CMYK 0 0.11 0.37 0.44
HSL 43.02º 0.23% 0.45% -
HSV(B) 43.02º 0.37% 0.56% -
XYZ 20.55 21.65 12.55 -
YUV 127.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 142 127 89 0 0.11 0.37 0.44 43.02 0.23 0.45
Hex 8E 7F 59 0 B 25 2C 2B 17 2D
Octal 216 177 131 0 13 45 54 53 27 55
Binary 10001110 1111111 1011001 0 1011 100101 101100 101011 10111 101101

Color Harmonies of #8E7F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7F59

Black with #8E7F59

Text Example


Text Example

White with #8E7F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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