Html Css Color HEX #8E814D Clay Creek

📋 copy color: '#8E814D'

red 142 ◦ green 129 ◦ blue 77

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

Shades of Clay Creek #8E814D

Tints of Clay Creek #8E814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.07%

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 40.8%
G = 37.07%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E814D (or 0x8E814D) is known color: Clay Creek. HEX triplet: 8E, 81 and 4D. RGB value is (142,129,77). Sum of RGB (Red+Green+Blue) = 142+129+77=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E814D is #717EB2. Grayscale: #7F7F7F. Windows color (decimal): -7438003 or 5079438. OLE color: 5079438.

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

Color convert

RGB 142 129 77 -
CMYK 0 0.09 0.46 0.44
HSL 48º 0.3% 0.43% -
HSV(B) 48º 0.46% 0.56% -
XYZ 20.35 21.99 10.19 -
YUV 126.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 142 129 77 0 0.09 0.46 0.44 48 0.3 0.43
Hex 8E 81 4D 0 9 2E 2C 30 1E 2B
Octal 216 201 115 0 11 56 54 60 36 53
Binary 10001110 10000001 1001101 0 1001 101110 101100 110000 11110 101011

Color Harmonies of #8E814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E814D

Black with #8E814D

Text Example


Text Example

White with #8E814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,129,77); }

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

background-color css

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

 a { background-color: rgb(142,129,77); }

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

border-color css

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

 span { border-color: rgb(142,129,77); }

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