#9A490B

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

Shades of Saddle Brown #9A490B

Tints of Saddle Brown #9A490B

Color information

#9A490B (or 0x9A490B) is unknown color: approx Saddle Brown. HEX triplet: 9A, 49 and 0B. RGB value is (154,73,11). Sum of RGB (Red+Green+Blue) = 154+73+11=238 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.71% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 154 - color contains mainly: red. Hex color #9A490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A490B is #65B6F4. Grayscale: #5A5A5A. Windows color (decimal): -6665973 or 739738. OLE color: 739738.

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

Color convert

RGB1547311-
CMYK00.530.930.40
HSL26.01º86.67%32.35%-
HSV(B)26.01º92.86%60.39%-
XYZ15.7711.661.74-
YUV90.1583.34173.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 64.71%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 11 (4.69% from 255) = 4.62%
R=64.71%
G=30.67%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154731100.530.930.4026.0186.6732.35
Hex9A49B0355D281a5720
Octal23211113065135503212740
Binary100110101001001101101101011011101101000110101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A490B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,73,11); }

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

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

 a { background-color: rgb(154,73,11); }

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

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

 span { border-color: rgb(154,73,11); }

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