#8E8252

Color #8E8252 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #8E8252

Tints of Clay Creek #8E8252

Color information

#8E8252 (or 0x8E8252) is unknown color: approx Clay Creek. HEX triplet: 8E, 82 and 52. RGB value is (142,130,82). Sum of RGB (Red+Green+Blue) = 142+130+82=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8252 is #717DAD. Grayscale: #808080. Windows color (decimal): -7437742 or 5407374. OLE color: 5407374.

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

Color convert

RGB14213082-
CMYK00.080.420.44
HSL48º26.79%43.92%-
HSV(B)48º42.25%55.69%-
XYZ20.6622.3311.2-
YUV128.12101.98137.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.11%
GREEN value IS 130 (51.17% from 255) = 36.72%
BLUE value IS 82 (32.42% from 255) = 23.16%
R=40.11%
G=36.72%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421308200.080.420.444826.7943.92
Hex8E8252082A2C301b2c
Octal2162021220105254603354
Binary100011101000001010100100100010101010110011000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E8252;
 }
 .AnyTagClassName
 {
   color: #8E8252;
 }
</style>
background-color css

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

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

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

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

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

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