#8D330B

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

Shades of Saddle Brown #8D330B

Tints of Saddle Brown #8D330B

Color information

#8D330B (or 0x8D330B) is unknown color: approx Saddle Brown. HEX triplet: 8D, 33 and 0B. RGB value is (141,51,11). Sum of RGB (Red+Green+Blue) = 141+51+11=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D330B is #72CCF4. Grayscale: #494949. Windows color (decimal): -7523573 or 734093. OLE color: 734093.

HSL color Cylindrical-coordinate representation of color #8D330B: hue angle of 18.46º 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 #8D330B is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB1415111-
CMYK00.640.920.45
HSL18.46º85.53%29.8%-
HSV(B)18.46º92.2%55.29%-
XYZ12.238.051.23-
YUV73.3592.82176.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.46%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 11 (4.69% from 255) = 5.42%
R=69.46%
G=25.12%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141511100.640.920.4518.4685.5329.8
Hex8D33B0405C2D12561e
Octal21563130100134552212636
Binary10001101110011101101000000101110010110110010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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