#9A320D

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

Shades of Saddle Brown #9A320D

Tints of Saddle Brown #9A320D

Color information

#9A320D (or 0x9A320D) is unknown color: approx Saddle Brown. HEX triplet: 9A, 32 and 0D. RGB value is (154,50,13). Sum of RGB (Red+Green+Blue) = 154+50+13=217 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.97% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 154 - color contains mainly: red. Hex color #9A320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A320D is #65CDF2. Grayscale: #4D4D4D. Windows color (decimal): -6671859 or 864922. OLE color: 864922.

HSL color Cylindrical-coordinate representation of color #9A320D: hue angle of 15.74º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A320D is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB1545013-
CMYK00.680.920.40
HSL15.74º84.43%32.75%-
HSV(B)15.74º91.56%60.39%-
XYZ14.549.181.39-
YUV76.8891.96183.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 70.97%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 13 (5.47% from 255) = 5.99%
R=70.97%
G=23.04%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154501300.680.920.4015.7484.4332.75
Hex9A32D0445C28105421
Octal23262150104134502012441
Binary100110101100101101010001001011100101000100001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,50,13); }

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

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

 a { background-color: rgb(154,50,13); }

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

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

 span { border-color: rgb(154,50,13); }

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