#9A3309

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

Shades of Saddle Brown #9A3309

Tints of Saddle Brown #9A3309

Color information

#9A3309 (or 0x9A3309) is unknown color: approx Saddle Brown. HEX triplet: 9A, 33 and 09. RGB value is (154,51,9). Sum of RGB (Red+Green+Blue) = 154+51+9=214 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.96% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3309 is #65CCF6. Grayscale: #4D4D4D. Windows color (decimal): -6671607 or 603034. OLE color: 603034.

HSL color Cylindrical-coordinate representation of color #9A3309: hue angle of 17.38º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A3309 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB154519-
CMYK00.670.940.40
HSL17.38º88.96%31.96%-
HSV(B)17.38º94.16%60.39%-
XYZ14.569.261.28-
YUV77.0189.62182.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 71.96%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 9 (3.91% from 255) = 4.21%
R=71.96%
G=23.83%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15451900.670.940.4017.3888.9631.96
Hex9A3390435E28115920
Octal23263110103136502113140
Binary100110101100111001010000111011110101000100011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,51,9); }

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

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

 a { background-color: rgb(154,51,9); }

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

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

 span { border-color: rgb(154,51,9); }

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