#8B4403

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

Shades of Saddle Brown #8B4403

Tints of Saddle Brown #8B4403

Color information

#8B4403 (or 0x8B4403) is unknown color: approx Saddle Brown. HEX triplet: 8B, 44 and 03. RGB value is (139,68,3). Sum of RGB (Red+Green+Blue) = 139+68+3=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4403 is #74BBFC. Grayscale: #525252. Windows color (decimal): -7650301 or 214155. OLE color: 214155.

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

Color convert

RGB139683-
CMYK00.510.980.45
HSL28.68º95.77%27.84%-
HSV(B)28.68º97.84%54.51%-
XYZ12.739.631.27-
YUV81.8283.52168.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.19%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 3 (1.56% from 255) = 1.43%
R=66.19%
G=32.38%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13968300.510.980.4528.6895.7727.84
Hex8B443033622D1d601c
Octal2131043063142553514034
Binary100010111000100110110011110001010110111101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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