#9b310a

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

Shades of Saddle Brown #9B310A

Tints of Saddle Brown #9B310A

Color information

#9B310A (or 0x9B310A) is unknown color: approx Saddle Brown. HEX triplet: 9B, 31 and 0A. RGB value is (155,49,10). Sum of RGB (Red+Green+Blue) = 155+49+10=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B310A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B310A is #64CEF5. Grayscale: #4C4C4C. Windows color (decimal): -6606582 or 668059. OLE color: 668059.

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

Color convert

RGB1554910-
CMYK00.680.940.39
HSL16.14º87.88%32.35%-
HSV(B)16.14º93.55%60.78%-
XYZ14.679.191.29-
YUV76.2590.62184.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 72.43%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 10 (4.30% from 255) = 4.67%
R=72.43%
G=22.90%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155491000.680.940.3916.1487.8832.35
Hex9B31A0445E27105820
Octal23361120104136472013040
Binary100110111100011010010001001011110100111100001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b310a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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