Html Css Color HEX #8E814C Clay Creek

📋 copy color: '#8E814C'

red 142 ◦ green 129 ◦ blue 76

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

Shades of Clay Creek #8E814C

Tints of Clay Creek #8E814C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 40.92%
G = 37.18%
B = 21.9%

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

#8E814C (or 0x8E814C) is known color: Clay Creek. HEX triplet: 8E, 81 and 4C. RGB value is (142,129,76). Sum of RGB (Red+Green+Blue) = 142+129+76=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E814C is #717EB3. Grayscale: #7F7F7F. Windows color (decimal): -7438004 or 5013902. OLE color: 5013902.

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

Color convert

RGB 142 129 76 -
CMYK 0 0.09 0.46 0.44
HSL 48.18º 0.3% 0.43% -
HSV(B) 48.18º 0.46% 0.56% -
XYZ 20.31 21.97 10.01 -
YUV 126.85 99.31 138.81 -
System Red Green Blue C M Y K H S L
Decimal 142 129 76 0 0.09 0.46 0.44 48.18 0.3 0.43
Hex 8E 81 4C 0 9 2E 2C 30 1E 2B
Octal 216 201 114 0 11 56 54 60 36 53
Binary 10001110 10000001 1001100 0 1001 101110 101100 110000 11110 101011

Color Harmonies of #8E814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E814C

Black with #8E814C

Text Example


Text Example

White with #8E814C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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