#9D3511

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

Shades of Saddle Brown #9D3511

Tints of Saddle Brown #9D3511

Color information

#9D3511 (or 0x9D3511) is unknown color: approx Saddle Brown. HEX triplet: 9D, 35 and 11. RGB value is (157,53,17). Sum of RGB (Red+Green+Blue) = 157+53+17=227 (30% of max value = 765). Red value is 157 (61.72% from 255 or 69.16% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3511 is #62CAEE. Grayscale: #505050. Windows color (decimal): -6474479 or 1127837. OLE color: 1127837.

HSL color Cylindrical-coordinate representation of color #9D3511: hue angle of 15.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D3511 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1575317-
CMYK00.660.890.38
HSL15.43º80.46%34.12%-
HSV(B)15.43º89.17%61.57%-
XYZ15.289.751.61-
YUV79.9992.46182.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 69.16%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 17 (7.03% from 255) = 7.49%
R=69.16%
G=23.35%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157531700.660.890.3815.4380.4634.12
Hex9D35110425926f5022
Octal23565210102131461712042
Binary100111011101011000101000010101100110011011111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D3511; }

 p { color: rgb(157,53,17); }

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

<style>
 a { background-color: #9D3511; }

 a { background-color: rgb(157,53,17); }

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

<style>
 span { border-color: #9D3511; }

 span { border-color: rgb(157,53,17); }

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