#8D2803

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

Shades of Saddle Brown #8D2803

Tints of Saddle Brown #8D2803

Color information

#8D2803 (or 0x8D2803) is unknown color: approx Saddle Brown. HEX triplet: 8D, 28 and 03. RGB value is (141,40,3). Sum of RGB (Red+Green+Blue) = 141+40+3=184 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.63% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2803 is #72D7FC. Grayscale: #424242. Windows color (decimal): -7526397 or 206989. OLE color: 206989.

HSL color Cylindrical-coordinate representation of color #8D2803: hue angle of 16.09º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D2803 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB141403-
CMYK00.720.980.45
HSL16.09º95.83%28.24%-
HSV(B)16.09º97.87%55.29%-
XYZ11.767.190.85-
YUV65.9892.46181.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 76.63%
GREEN value IS 40 (16.02% from 255) = 21.74%
BLUE value IS 3 (1.56% from 255) = 1.63%
R=76.63%
G=21.74%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14140300.720.980.4516.0995.8328.24
Hex8D283048622D10601c
Octal2155030110142552014034
Binary100011011010001101001000110001010110110000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,40,3); }

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

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

 a { background-color: rgb(141,40,3); }

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

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

 span { border-color: rgb(141,40,3); }

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