#8F8750

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

Shades of Clay Creek #8F8750

Tints of Clay Creek #8F8750

Color information

#8F8750 (or 0x8F8750) is unknown color: approx Clay Creek. HEX triplet: 8F, 87 and 50. RGB value is (143,135,80). Sum of RGB (Red+Green+Blue) = 143+135+80=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8750 is #7078AF. Grayscale: #838383. Windows color (decimal): -7370928 or 5277583. OLE color: 5277583.

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

Color convert

RGB14313580-
CMYK00.060.440.44
HSL52.38º28.25%43.73%-
HSV(B)52.38º44.06%56.08%-
XYZ21.4423.7511.04-
YUV131.1299.15136.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.94%
GREEN value IS 135 (53.12% from 255) = 37.71%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=39.94%
G=37.71%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431358000.060.440.4452.3828.2543.73
Hex8F8750062C2C341c2c
Octal217207120065454643454
Binary10001111100001111010000011010110010110011010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,135,80); }

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

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

 a { background-color: rgb(143,135,80); }

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

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

 span { border-color: rgb(143,135,80); }

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