Html Css Color HEX #8E8459 Clay Creek

📋 copy color: '#8E8459'

red 142 ◦ green 132 ◦ blue 89

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

Shades of Clay Creek #8E8459

Tints of Clay Creek #8E8459

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 39.12%
G = 36.36%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E8459 (or 0x8E8459) is known color: Clay Creek. HEX triplet: 8E, 84 and 59. RGB value is (142,132,89). Sum of RGB (Red+Green+Blue) = 142+132+89=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8459 is #717BA6. Grayscale: #828282. Windows color (decimal): -7437223 or 5866638. OLE color: 5866638.

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

Color convert

RGB 142 132 89 -
CMYK 0 0.07 0.37 0.44
HSL 48.68º 0.23% 0.45% -
HSV(B) 48.68º 0.37% 0.56% -
XYZ 21.21 22.97 12.77 -
YUV 130.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 142 132 89 0 0.07 0.37 0.44 48.68 0.23 0.45
Hex 8E 84 59 0 7 25 2C 31 17 2D
Octal 216 204 131 0 7 45 54 61 27 55
Binary 10001110 10000100 1011001 0 111 100101 101100 110001 10111 101101

Color Harmonies of #8E8459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8459

Black with #8E8459

Text Example


Text Example

White with #8E8459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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