#8B4C09

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

Shades of Saddle Brown #8B4C09

Tints of Saddle Brown #8B4C09

Color information

#8B4C09 (or 0x8B4C09) is unknown color: approx Saddle Brown. HEX triplet: 8B, 4C and 09. RGB value is (139,76,9). Sum of RGB (Red+Green+Blue) = 139+76+9=224 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.05% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4C09 is #74B3F6. Grayscale: #575757. Windows color (decimal): -7648247 or 609419. OLE color: 609419.

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

Color convert

RGB139769-
CMYK00.450.940.45
HSL30.92º87.84%29.02%-
HSV(B)30.92º93.53%54.51%-
XYZ13.2810.681.62-
YUV87.283.87164.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.05%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 9 (3.91% from 255) = 4.02%
R=62.05%
G=33.93%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13976900.450.940.4530.9287.8429.02
Hex8B4C902D5E2D1f581d
Octal21311411055136553713035
Binary10001011100110010010101101101111010110111111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,76,9); }

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

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

 a { background-color: rgb(139,76,9); }

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

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

 span { border-color: rgb(139,76,9); }

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