#8B4400

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

Shades of Saddle Brown #8B4400

Tints of Saddle Brown #8B4400

Color information

#8B4400 (or 0x8B4400) is unknown color: approx Saddle Brown. HEX triplet: 8B, 44 and 00. RGB value is (139,68,0). Sum of RGB (Red+Green+Blue) = 139+68+0=207 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.15% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4400 is #74BBFF. Grayscale: #515151. Windows color (decimal): -7650304 or 17547. OLE color: 17547.

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

Color convert

RGB139680-
CMYK00.5110.45
HSL29.35º100%27.25%-
HSV(B)29.35º100%54.51%-
XYZ12.719.621.19-
YUV81.4882.02169.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 67.15%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.15%
G=32.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13968000.5110.4529.3510027.25
Hex8B440033642D1d641b
Octal2131040063144553514433
Binary10001011100010000110011110010010110111101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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