#8F824E

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

Shades of Clay Creek #8F824E

Tints of Clay Creek #8F824E

Color information

#8F824E (or 0x8F824E) is unknown color: approx Clay Creek. HEX triplet: 8F, 82 and 4E. RGB value is (143,130,78). Sum of RGB (Red+Green+Blue) = 143+130+78=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F824E is #707DB1. Grayscale: #808080. Windows color (decimal): -7372210 or 5145231. OLE color: 5145231.

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

Color convert

RGB14313078-
CMYK00.090.450.44
HSL48º29.41%43.33%-
HSV(B)48º45.45%56.08%-
XYZ20.6922.3510.43-
YUV127.9699.81138.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.74%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=40.74%
G=37.04%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431307800.090.450.444829.4143.33
Hex8F824E092D2C301d2b
Octal2172021160115554603553
Binary100011111000001010011100100110110110110011000011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,130,78); }

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

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

 a { background-color: rgb(143,130,78); }

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

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

 span { border-color: rgb(143,130,78); }

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