Html Css Color HEX #8E8451 Clay Creek

📋 copy color: '#8E8451'

red 142 ◦ green 132 ◦ blue 81

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

Shades of Clay Creek #8E8451

Tints of Clay Creek #8E8451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.82%

R = 40%
G = 37.18%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8E8451 (or 0x8E8451) is known color: Clay Creek. HEX triplet: 8E, 84 and 51. RGB value is (142,132,81). Sum of RGB (Red+Green+Blue) = 142+132+81=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8451 is #717BAE. Grayscale: #818181. Windows color (decimal): -7437231 or 5342350. OLE color: 5342350.

HSL color Cylindrical-coordinate representation of color #8E8451: hue angle of 50.16º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E8451 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 132 81 -
CMYK 0 0.07 0.43 0.44
HSL 50.16º 0.27% 0.44% -
HSV(B) 50.16º 0.43% 0.56% -
XYZ 20.89 22.85 11.09 -
YUV 129.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 142 132 81 0 0.07 0.43 0.44 50.16 0.27 0.44
Hex 8E 84 51 0 7 2B 2C 32 1B 2C
Octal 216 204 121 0 7 53 54 62 33 54
Binary 10001110 10000100 1010001 0 111 101011 101100 110010 11011 101100

Color Harmonies of #8E8451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8451

Black with #8E8451

Text Example


Text Example

White with #8E8451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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