#8B450D

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

Shades of Saddle Brown #8B450D

Tints of Saddle Brown #8B450D

Color information

#8B450D (or 0x8B450D) is unknown color: approx Saddle Brown. HEX triplet: 8B, 45 and 0D. RGB value is (139,69,13). Sum of RGB (Red+Green+Blue) = 139+69+13=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B450D is #74BAF2. Grayscale: #535353. Windows color (decimal): -7650035 or 869771. OLE color: 869771.

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

Color convert

RGB1396913-
CMYK00.500.910.45
HSL26.67º82.89%29.8%-
HSV(B)26.67º90.65%54.51%-
XYZ12.859.771.59-
YUV83.5588.19167.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.90%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 13 (5.47% from 255) = 5.88%
R=62.90%
G=31.22%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139691300.500.910.4526.6782.8929.8
Hex8B45D0325B2D1b531e
Octal21310515062133553312336
Binary10001011100010111010110010101101110110111011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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