#995009

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

Shades of Saddle Brown #995009

Tints of Saddle Brown #995009

Color information

#995009 (or 0x995009) is unknown color: approx Saddle Brown. HEX triplet: 99, 50 and 09. RGB value is (153,80,9). Sum of RGB (Red+Green+Blue) = 153+80+9=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #995009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995009 is #66AFF6. Grayscale: #5E5E5E. Windows color (decimal): -6729719 or 610457. OLE color: 610457.

HSL color Cylindrical-coordinate representation of color #995009: hue angle of 29.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #995009 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB153809-
CMYK00.480.940.4
HSL29.58º88.89%31.76%-
HSV(B)29.58º94.12%60%-
XYZ16.0512.531.83-
YUV93.7380.18170.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.22%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 9 (3.91% from 255) = 3.72%
R=63.22%
G=33.06%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15380900.480.940.429.5888.8931.76
Hex995090305E281e5920
Octal23112011060136503613140
Binary100110011010000100101100001011110101000111101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995009; }

 p { color: rgb(153,80,9); }

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

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

 a { background-color: rgb(153,80,9); }

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

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

 span { border-color: rgb(153,80,9); }

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