#9A5108

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

Shades of Saddle Brown #9A5108

Tints of Saddle Brown #9A5108

Color information

#9A5108 (or 0x9A5108) is unknown color: approx Saddle Brown. HEX triplet: 9A, 51 and 08. RGB value is (154,81,8). Sum of RGB (Red+Green+Blue) = 154+81+8=243 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.37% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5108 is #65AEF7. Grayscale: #5E5E5E. Windows color (decimal): -6663928 or 545178. OLE color: 545178.

HSL color Cylindrical-coordinate representation of color #9A5108: hue angle of 30º 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 #9A5108 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB154818-
CMYK00.470.950.40
HSL30º90.12%31.76%-
HSV(B)30º94.81%60.39%-
XYZ16.3112.771.84-
YUV94.579.18170.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 63.37%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 8 (3.52% from 255) = 3.29%
R=63.37%
G=33.33%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15481800.470.950.403090.1231.76
Hex9A51802F5F281e5a20
Octal23212110057137503613240
Binary100110101010001100001011111011111101000111101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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