#8B4603

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

Shades of Saddle Brown #8B4603

Tints of Saddle Brown #8B4603

Color information

#8B4603 (or 0x8B4603) is unknown color: approx Saddle Brown. HEX triplet: 8B, 46 and 03. RGB value is (139,70,3). Sum of RGB (Red+Green+Blue) = 139+70+3=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4603 is #74B9FC. Grayscale: #535353. Windows color (decimal): -7649789 or 214667. OLE color: 214667.

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

Color convert

RGB139703-
CMYK00.500.980.45
HSL29.56º95.77%27.84%-
HSV(B)29.56º97.84%54.51%-
XYZ12.859.881.31-
YUV82.9982.86167.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.57%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=65.57%
G=33.02%
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
Decimal13970300.500.980.4529.5695.7727.84
Hex8B463032622D1e601c
Octal2131063062142553614034
Binary100010111000110110110010110001010110111110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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