#8D530B

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

Shades of Saddle Brown #8D530B

Tints of Saddle Brown #8D530B

Color information

#8D530B (or 0x8D530B) is unknown color: approx Saddle Brown. HEX triplet: 8D, 53 and 0B. RGB value is (141,83,11). Sum of RGB (Red+Green+Blue) = 141+83+11=235 (31% of max value = 765). Red value is 141 (55.47% from 255 or 60% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 141 - color contains mainly: red. Hex color #8D530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D530B is #72ACF4. Grayscale: #5C5C5C. Windows color (decimal): -7515381 or 742285. OLE color: 742285.

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

Color convert

RGB1418311-
CMYK00.410.920.45
HSL33.23º85.53%29.8%-
HSV(B)33.23º92.2%55.29%-
XYZ14.1411.871.86-
YUV92.1382.22162.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=60%
G=35.32%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141831100.410.920.4533.2385.5329.8
Hex8D53B0295C2D21561e
Octal21512313051134554112636
Binary100011011010011101101010011011100101101100001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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