#9A4009

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

Shades of Saddle Brown #9A4009

Tints of Saddle Brown #9A4009

Color information

#9A4009 (or 0x9A4009) is unknown color: approx Saddle Brown. HEX triplet: 9A, 40 and 09. RGB value is (154,64,9). Sum of RGB (Red+Green+Blue) = 154+64+9=227 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.84% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4009 is #65BFF6. Grayscale: #545454. Windows color (decimal): -6668279 or 606362. OLE color: 606362.

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

Color convert

RGB154649-
CMYK00.580.940.40
HSL22.76º88.96%31.96%-
HSV(B)22.76º94.16%60.39%-
XYZ15.2110.561.49-
YUV84.6485.32177.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 67.84%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 9 (3.91% from 255) = 3.96%
R=67.84%
G=28.19%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15464900.580.940.4022.7688.9631.96
Hex9A40903A5E28175920
Octal23210011072136502713140
Binary100110101000000100101110101011110101000101111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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