#8C815D

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

Shades of Clay Creek #8C815D

Tints of Clay Creek #8C815D

Color information

#8C815D (or 0x8C815D) is unknown color: approx Clay Creek. HEX triplet: 8C, 81 and 5D. RGB value is (140,129,93). Sum of RGB (Red+Green+Blue) = 140+129+93=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C815D is #737EA2. Grayscale: #808080. Windows color (decimal): -7569059 or 6128012. OLE color: 6128012.

HSL color Cylindrical-coordinate representation of color #8C815D: hue angle of 45.96º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C815D is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB14012993-
CMYK00.080.340.45
HSL45.96º20.17%45.69%-
HSV(B)45.96º33.57%54.9%-
XYZ20.6422.0713.53-
YUV128.18108.14136.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.67%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=38.67%
G=35.64%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401299300.080.340.4545.9620.1745.69
Hex8C815D08222D2e142e
Octal2142011350104255562456
Binary100011001000000110111010100010001010110110111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,129,93); }

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

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

 a { background-color: rgb(140,129,93); }

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

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

 span { border-color: rgb(140,129,93); }

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