#9A3108

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

Shades of Saddle Brown #9A3108

Tints of Saddle Brown #9A3108

Color information

#9A3108 (or 0x9A3108) is unknown color: approx Saddle Brown. HEX triplet: 9A, 31 and 08. RGB value is (154,49,8). Sum of RGB (Red+Green+Blue) = 154+49+8=211 (27% of max value = 765). Red value is 154 (60.55% from 255 or 72.99% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3108 is #65CEF7. Grayscale: #4B4B4B. Windows color (decimal): -6672120 or 536986. OLE color: 536986.

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

Color convert

RGB154498-
CMYK00.680.950.40
HSL16.85º90.12%31.76%-
HSV(B)16.85º94.81%60.39%-
XYZ14.479.081.22-
YUV75.7289.79183.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 72.99%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 8 (3.52% from 255) = 3.79%
R=72.99%
G=23.22%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15449800.680.950.4016.8590.1231.76
Hex9A3180445F28115a20
Octal23261100104137502113240
Binary100110101100011000010001001011111101000100011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,49,8); }

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

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

 a { background-color: rgb(154,49,8); }

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

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

 span { border-color: rgb(154,49,8); }

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