#8B450C

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

Shades of Saddle Brown #8B450C

Tints of Saddle Brown #8B450C

Color information

#8B450C (or 0x8B450C) is unknown color: approx Saddle Brown. HEX triplet: 8B, 45 and 0C. RGB value is (139,69,12). Sum of RGB (Red+Green+Blue) = 139+69+12=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B450C is #74BAF3. Grayscale: #535353. Windows color (decimal): -7650036 or 804235. OLE color: 804235.

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

Color convert

RGB1396912-
CMYK00.500.910.45
HSL26.93º84.11%29.61%-
HSV(B)26.93º91.37%54.51%-
XYZ12.849.771.56-
YUV83.4387.69167.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.18%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=63.18%
G=31.36%
B=5.45%

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
Decimal139691200.500.910.4526.9384.1129.61
Hex8B45C0325B2D1b541e
Octal21310514062133553312436
Binary10001011100010111000110010101101110110111011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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