Html Css Color HEX #8E8257 Clay Creek

📋 copy color: '#8E8257'

red 142 ◦ green 130 ◦ blue 87

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

Shades of Clay Creek #8E8257

Tints of Clay Creek #8E8257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.21%

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

R = 39.55%
G = 36.21%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E8257 (or 0x8E8257) is known color: Clay Creek. HEX triplet: 8E, 82 and 57. RGB value is (142,130,87). Sum of RGB (Red+Green+Blue) = 142+130+87=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8257 is #717DA8. Grayscale: #808080. Windows color (decimal): -7437737 or 5735054. OLE color: 5735054.

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

Color convert

RGB 142 130 87 -
CMYK 0 0.08 0.39 0.44
HSL 46.91º 0.24% 0.45% -
HSV(B) 46.91º 0.39% 0.56% -
XYZ 20.86 22.4 12.24 -
YUV 128.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 142 130 87 0 0.08 0.39 0.44 46.91 0.24 0.45
Hex 8E 82 57 0 8 27 2C 2F 18 2D
Octal 216 202 127 0 10 47 54 57 30 55
Binary 10001110 10000010 1010111 0 1000 100111 101100 101111 11000 101101

Color Harmonies of #8E8257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8257

Black with #8E8257

Text Example


Text Example

White with #8E8257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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