#9B3A12

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

Shades of Saddle Brown #9B3A12

Tints of Saddle Brown #9B3A12

Color information

#9B3A12 (or 0x9B3A12) is unknown color: approx Saddle Brown. HEX triplet: 9B, 3A and 12. RGB value is (155,58,18). Sum of RGB (Red+Green+Blue) = 155+58+18=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3A12 is #64C5ED. Grayscale: #525252. Windows color (decimal): -6604270 or 1194651. OLE color: 1194651.

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

Color convert

RGB1555818-
CMYK00.630.880.39
HSL17.52º79.19%33.92%-
HSV(B)17.52º88.39%60.78%-
XYZ15.1410.041.71-
YUV82.4491.64179.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.10%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 18 (7.42% from 255) = 7.79%
R=67.10%
G=25.11%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155581800.630.880.3917.5279.1933.92
Hex9B3A1203F5827124f22
Octal2337222077130472211742
Binary100110111110101001001111111011000100111100101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,58,18); }

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

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

 a { background-color: rgb(155,58,18); }

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

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

 span { border-color: rgb(155,58,18); }

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