#8B5309

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

Shades of Saddle Brown #8B5309

Tints of Saddle Brown #8B5309

Color information

#8B5309 (or 0x8B5309) is unknown color: approx Saddle Brown. HEX triplet: 8B, 53 and 09. RGB value is (139,83,9). Sum of RGB (Red+Green+Blue) = 139+83+9=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5309 is #74ACF6. Grayscale: #5B5B5B. Windows color (decimal): -7646455 or 611211. OLE color: 611211.

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

Color convert

RGB139839-
CMYK00.400.940.45
HSL34.15º87.84%29.02%-
HSV(B)34.15º93.53%54.51%-
XYZ13.7911.71.79-
YUV91.3181.55162.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.17%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 9 (3.91% from 255) = 3.90%
R=60.17%
G=35.93%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13983900.400.940.4534.1587.8429.02
Hex8B5390285E2D22581d
Octal21312311050136554213035
Binary100010111010011100101010001011110101101100010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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