#8D3F0B

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

Shades of Saddle Brown #8D3F0B

Tints of Saddle Brown #8D3F0B

Color information

#8D3F0B (or 0x8D3F0B) is unknown color: approx Saddle Brown. HEX triplet: 8D, 3F and 0B. RGB value is (141,63,11). Sum of RGB (Red+Green+Blue) = 141+63+11=215 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.58% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3F0B is #72C0F4. Grayscale: #505050. Windows color (decimal): -7520501 or 737165. OLE color: 737165.

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

Color convert

RGB1416311-
CMYK00.550.920.45
HSL24º85.53%29.8%-
HSV(B)24º92.2%55.29%-
XYZ12.829.241.42-
YUV80.3988.84171.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 65.58%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=65.58%
G=29.30%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141631100.550.920.452485.5329.8
Hex8D3FB0375C2D18561e
Octal2157713067134553012636
Binary1000110111111110110110111101110010110111000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,63,11); }

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

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

 a { background-color: rgb(141,63,11); }

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

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

 span { border-color: rgb(141,63,11); }

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