#8F450B

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

Shades of Saddle Brown #8F450B

Tints of Saddle Brown #8F450B

Color information

#8F450B (or 0x8F450B) is unknown color: approx Saddle Brown. HEX triplet: 8F, 45 and 0B. RGB value is (143,69,11). Sum of RGB (Red+Green+Blue) = 143+69+11=223 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.13% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 143 - color contains mainly: red. Hex color #8F450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F450B is #70BAF4. Grayscale: #545454. Windows color (decimal): -7387893 or 738703. OLE color: 738703.

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

Color convert

RGB1436911-
CMYK00.520.920.44
HSL26.36º85.71%30.2%-
HSV(B)26.36º92.31%56.08%-
XYZ13.5210.121.56-
YUV84.5186.52169.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 64.13%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 11 (4.69% from 255) = 4.93%
R=64.13%
G=30.94%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143691100.520.920.4426.3685.7130.2
Hex8F45B0345C2C1a561e
Octal21710513064134543212636
Binary10001111100010110110110100101110010110011010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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