#9b490a

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

Shades of Saddle Brown #9B490A

Tints of Saddle Brown #9B490A

Color information

#9B490A (or 0x9B490A) is unknown color: approx Saddle Brown. HEX triplet: 9B, 49 and 0A. RGB value is (155,73,10). Sum of RGB (Red+Green+Blue) = 155+73+10=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B490A is #64B6F5. Grayscale: #5A5A5A. Windows color (decimal): -6600438 or 674203. OLE color: 674203.

HSL color Cylindrical-coordinate representation of color #9B490A: hue angle of 26.07º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B490A is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB1557310-
CMYK00.530.940.39
HSL26.07º87.88%32.35%-
HSV(B)26.07º93.55%60.78%-
XYZ15.9511.761.72-
YUV90.3482.67174.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.13%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 10 (4.30% from 255) = 4.20%
R=65.13%
G=30.67%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155731000.530.940.3926.0787.8832.35
Hex9B49A0355E271a5820
Octal23311112065136473213040
Binary100110111001001101001101011011110100111110101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b490a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,73,10); }

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

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

 a { background-color: rgb(155,73,10); }

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

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

 span { border-color: rgb(155,73,10); }

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