#8F4814

Color #8F4814 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #8F4814

Tints of Saddle Brown #8F4814

Color information

#8F4814 (or 0x8F4814) is unknown color: approx Saddle Brown. HEX triplet: 8F, 48 and 14. RGB value is (143,72,20). Sum of RGB (Red+Green+Blue) = 143+72+20=235 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.85% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4814 is #70B7EB. Grayscale: #575757. Windows color (decimal): -7387116 or 1329295. OLE color: 1329295.

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

Color convert

RGB1437220-
CMYK00.500.860.44
HSL25.37º75.46%31.96%-
HSV(B)25.37º86.01%56.08%-
XYZ13.7710.521.97-
YUV87.390.02167.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.85%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 20 (8.20% from 255) = 8.51%
R=60.85%
G=30.64%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143722000.500.860.4425.3775.4631.96
Hex8F4814032562C194b20
Octal21711024062126543111340
Binary1000111110010001010001100101010110101100110011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,72,20); }

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

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

 a { background-color: rgb(143,72,20); }

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

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

 span { border-color: rgb(143,72,20); }

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