#8B5203

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

Shades of Saddle Brown #8B5203

Tints of Saddle Brown #8B5203

Color information

#8B5203 (or 0x8B5203) is unknown color: approx Saddle Brown. HEX triplet: 8B, 52 and 03. RGB value is (139,82,3). Sum of RGB (Red+Green+Blue) = 139+82+3=224 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.05% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5203 is #74ADFC. Grayscale: #5A5A5A. Windows color (decimal): -7646717 or 217739. OLE color: 217739.

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

Color convert

RGB139823-
CMYK00.410.980.45
HSL34.85º95.77%27.84%-
HSV(B)34.85º97.84%54.51%-
XYZ13.6811.531.59-
YUV90.0478.88162.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.05%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 3 (1.56% from 255) = 1.34%
R=62.05%
G=36.61%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13982300.410.980.4534.8595.7727.84
Hex8B523029622D23601c
Octal2131223051142554314034
Binary1000101110100101101010011100010101101100011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,82,3); }

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

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

 a { background-color: rgb(139,82,3); }

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

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

 span { border-color: rgb(139,82,3); }

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