#8B4503

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

Shades of Saddle Brown #8B4503

Tints of Saddle Brown #8B4503

Color information

#8B4503 (or 0x8B4503) is unknown color: approx Saddle Brown. HEX triplet: 8B, 45 and 03. RGB value is (139,69,3). Sum of RGB (Red+Green+Blue) = 139+69+3=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4503 is #74BAFC. Grayscale: #525252. Windows color (decimal): -7650045 or 214411. OLE color: 214411.

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

Color convert

RGB139693-
CMYK00.500.980.45
HSL29.12º95.77%27.84%-
HSV(B)29.12º97.84%54.51%-
XYZ12.799.751.29-
YUV82.4183.19168.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.88%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=65.88%
G=32.70%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13969300.500.980.4529.1295.7727.84
Hex8B453032622D1d601c
Octal2131053062142553514034
Binary100010111000101110110010110001010110111101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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