#8B4501

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

Shades of Saddle Brown #8B4501

Tints of Saddle Brown #8B4501

Color information

#8B4501 (or 0x8B4501) is unknown color: approx Saddle Brown. HEX triplet: 8B, 45 and 01. RGB value is (139,69,1). Sum of RGB (Red+Green+Blue) = 139+69+1=209 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.51% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4501 is #74BAFE. Grayscale: #525252. Windows color (decimal): -7650047 or 83339. OLE color: 83339.

HSL color Cylindrical-coordinate representation of color #8B4501: hue angle of 29.57º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B4501 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB139691-
CMYK00.500.990.45
HSL29.57º98.57%27.45%-
HSV(B)29.57º99.28%54.51%-
XYZ12.789.751.24-
YUV82.1882.19168.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.51%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=66.51%
G=33.01%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13969100.500.990.4529.5798.5727.45
Hex8B451032632D1e631b
Octal2131051062143553614333
Binary10001011100010110110010110001110110111110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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