Html Css Color HEX #8E8850 Clay Creek

📋 copy color: '#8E8850'

red 142 ◦ green 136 ◦ blue 80

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

Shades of Clay Creek #8E8850

Tints of Clay Creek #8E8850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.99%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 39.66%
G = 37.99%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E8850 (or 0x8E8850) is known color: Clay Creek. HEX triplet: 8E, 88 and 50. RGB value is (142,136,80). Sum of RGB (Red+Green+Blue) = 142+136+80=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8850 is #7177AF. Grayscale: #838383. Windows color (decimal): -7436208 or 5277838. OLE color: 5277838.

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

Color convert

RGB 142 136 80 -
CMYK 0 0.04 0.44 0.44
HSL 54.19º 0.28% 0.44% -
HSV(B) 54.19º 0.44% 0.56% -
XYZ 21.41 23.94 11.08 -
YUV 131.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 142 136 80 0 0.04 0.44 0.44 54.19 0.28 0.44
Hex 8E 88 50 0 4 2C 2C 36 1C 2C
Octal 216 210 120 0 4 54 54 66 34 54
Binary 10001110 10001000 1010000 0 100 101100 101100 110110 11100 101100

Color Harmonies of #8E8850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8850

Black with #8E8850

Text Example


Text Example

White with #8E8850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,136,80); }

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

background-color css

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

 a { background-color: rgb(142,136,80); }

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

border-color css

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

 span { border-color: rgb(142,136,80); }

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