#8F4508

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

Shades of Saddle Brown #8F4508

Tints of Saddle Brown #8F4508

Color information

#8F4508 (or 0x8F4508) is unknown color: approx Saddle Brown. HEX triplet: 8F, 45 and 08. RGB value is (143,69,8). Sum of RGB (Red+Green+Blue) = 143+69+8=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4508 is #70BAF7. Grayscale: #545454. Windows color (decimal): -7387896 or 542095. OLE color: 542095.

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

Color convert

RGB143698-
CMYK00.520.940.44
HSL27.11º89.4%29.61%-
HSV(B)27.11º94.41%56.08%-
XYZ13.510.111.47-
YUV84.1785.02169.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 65%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 8 (3.52% from 255) = 3.64%
R=65%
G=31.36%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14369800.520.940.4427.1189.429.61
Hex8F4580345E2C1b591e
Octal21710510064136543313136
Binary10001111100010110000110100101111010110011011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,69,8); }

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

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

 a { background-color: rgb(143,69,8); }

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

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

 span { border-color: rgb(143,69,8); }

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