Html Css Color HEX #8E804E Clay Creek

📋 copy color: '#8E804E'

red 142 ◦ green 128 ◦ blue 78

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

Shades of Clay Creek #8E804E

Tints of Clay Creek #8E804E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.78%

 BLUE value IS 78 (30.86% from 255) = 22.41%

R = 40.8%
G = 36.78%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8E804E (or 0x8E804E) is known color: Clay Creek. HEX triplet: 8E, 80 and 4E. RGB value is (142,128,78). Sum of RGB (Red+Green+Blue) = 142+128+78=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E804E is #717FB1. Grayscale: #7E7E7E. Windows color (decimal): -7438258 or 5144718. OLE color: 5144718.

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

Color convert

RGB 142 128 78 -
CMYK 0 0.10 0.45 0.44
HSL 46.88º 0.29% 0.43% -
HSV(B) 46.88º 0.45% 0.56% -
XYZ 20.25 21.74 10.34 -
YUV 126.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 142 128 78 0 0.10 0.45 0.44 46.88 0.29 0.43
Hex 8E 80 4E 0 A 2D 2C 2F 1D 2B
Octal 216 200 116 0 12 55 54 57 35 53
Binary 10001110 10000000 1001110 0 1010 101101 101100 101111 11101 101011

Color Harmonies of #8E804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E804E

Black with #8E804E

Text Example


Text Example

White with #8E804E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,128,78); }

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

background-color css

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

 a { background-color: rgb(142,128,78); }

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

border-color css

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

 span { border-color: rgb(142,128,78); }

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