#8B440C

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

Shades of Saddle Brown #8B440C

Tints of Saddle Brown #8B440C

Color information

#8B440C (or 0x8B440C) is unknown color: approx Saddle Brown. HEX triplet: 8B, 44 and 0C. RGB value is (139,68,12). Sum of RGB (Red+Green+Blue) = 139+68+12=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B440C is #74BBF3. Grayscale: #535353. Windows color (decimal): -7650292 or 803979. OLE color: 803979.

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

Color convert

RGB1396812-
CMYK00.510.910.45
HSL26.46º84.11%29.61%-
HSV(B)26.46º91.37%54.51%-
XYZ12.789.651.54-
YUV82.8488.02168.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.47%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=63.47%
G=31.05%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139681200.510.910.4526.4684.1129.61
Hex8B44C0335B2D1a541e
Octal21310414063133553212436
Binary10001011100010011000110011101101110110111010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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