#8F4614

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

Shades of Saddle Brown #8F4614

Tints of Saddle Brown #8F4614

Color information

#8F4614 (or 0x8F4614) is unknown color: approx Saddle Brown. HEX triplet: 8F, 46 and 14. RGB value is (143,70,20). Sum of RGB (Red+Green+Blue) = 143+70+20=233 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.37% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4614 is #70B9EB. Grayscale: #565656. Windows color (decimal): -7387628 or 1328783. OLE color: 1328783.

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

Color convert

RGB1437020-
CMYK00.510.860.44
HSL24.39º75.46%31.96%-
HSV(B)24.39º86.01%56.08%-
XYZ13.6410.271.93-
YUV86.1390.68168.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 61.37%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 20 (8.20% from 255) = 8.58%
R=61.37%
G=30.04%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143702000.510.860.4424.3975.4631.96
Hex8F4614033562C184b20
Octal21710624063126543011340
Binary1000111110001101010001100111010110101100110001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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