Html Css Color HEX #8E8852 Clay Creek

📋 copy color: '#8E8852'

red 142 ◦ green 136 ◦ blue 82

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

Shades of Clay Creek #8E8852

Tints of Clay Creek #8E8852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.78%

R = 39.44%
G = 37.78%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E8852 (or 0x8E8852) is known color: Clay Creek. HEX triplet: 8E, 88 and 52. RGB value is (142,136,82). Sum of RGB (Red+Green+Blue) = 142+136+82=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8852 is #7177AD. Grayscale: #838383. Windows color (decimal): -7436206 or 5408910. OLE color: 5408910.

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

Color convert

RGB 142 136 82 -
CMYK 0 0.04 0.42 0.44
HSL 54º 0.27% 0.44% -
HSV(B) 54º 0.42% 0.56% -
XYZ 21.48 23.97 11.48 -
YUV 131.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 142 136 82 0 0.04 0.42 0.44 54 0.27 0.44
Hex 8E 88 52 0 4 2A 2C 36 1B 2C
Octal 216 210 122 0 4 52 54 66 33 54
Binary 10001110 10001000 1010010 0 100 101010 101100 110110 11011 101100

Color Harmonies of #8E8852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8852

Black with #8E8852

Text Example


Text Example

White with #8E8852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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