#8F834D

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

Shades of Clay Creek #8F834D

Tints of Clay Creek #8F834D

Color information

#8F834D (or 0x8F834D) is unknown color: approx Clay Creek. HEX triplet: 8F, 83 and 4D. RGB value is (143,131,77). Sum of RGB (Red+Green+Blue) = 143+131+77=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F834D is #707CB2. Grayscale: #808080. Windows color (decimal): -7371955 or 5079951. OLE color: 5079951.

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

Color convert

RGB14313177-
CMYK00.080.460.44
HSL49.09º30%43.14%-
HSV(B)49.09º46.15%56.08%-
XYZ20.7822.6110.29-
YUV128.4398.98138.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.74%
GREEN value IS 131 (51.56% from 255) = 37.32%
BLUE value IS 77 (30.47% from 255) = 21.94%
R=40.74%
G=37.32%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431317700.080.460.4449.093043.14
Hex8F834D082E2C311e2b
Octal2172031150105654613653
Binary100011111000001110011010100010111010110011000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,131,77); }

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

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

 a { background-color: rgb(143,131,77); }

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

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

 span { border-color: rgb(143,131,77); }

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