#9A3205

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

Shades of Saddle Brown #9A3205

Tints of Saddle Brown #9A3205

Color information

#9A3205 (or 0x9A3205) is unknown color: approx Saddle Brown. HEX triplet: 9A, 32 and 05. RGB value is (154,50,5). Sum of RGB (Red+Green+Blue) = 154+50+5=209 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.68% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3205 is #65CDFA. Grayscale: #4C4C4C. Windows color (decimal): -6671867 or 340634. OLE color: 340634.

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

Color convert

RGB154505-
CMYK00.680.970.40
HSL18.12º93.71%31.18%-
HSV(B)18.12º96.75%60.39%-
XYZ14.499.161.15-
YUV75.9787.96183.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 73.68%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 5 (2.34% from 255) = 2.39%
R=73.68%
G=23.92%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15450500.680.970.4018.1293.7131.18
Hex9A3250446128125e1f
Octal2326250104141502213637
Binary1001101011001010101000100110000110100010010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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