#8F4B0D

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

Shades of Saddle Brown #8F4B0D

Tints of Saddle Brown #8F4B0D

Color information

#8F4B0D (or 0x8F4B0D) is unknown color: approx Saddle Brown. HEX triplet: 8F, 4B and 0D. RGB value is (143,75,13). Sum of RGB (Red+Green+Blue) = 143+75+13=231 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.90% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4B0D is #70B4F2. Grayscale: #585858. Windows color (decimal): -7386355 or 871311. OLE color: 871311.

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

Color convert

RGB1437513-
CMYK00.480.910.44
HSL28.62º83.33%30.59%-
HSV(B)28.62º90.91%56.08%-
XYZ13.9210.91.75-
YUV88.2685.53167.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 61.90%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 13 (5.47% from 255) = 5.63%
R=61.90%
G=32.47%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143751300.480.910.4428.6283.3330.59
Hex8F4BD0305B2C1d531f
Octal21711315060133543512337
Binary10001111100101111010110000101101110110011101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,75,13); }

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

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

 a { background-color: rgb(143,75,13); }

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

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

 span { border-color: rgb(143,75,13); }

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