#994709

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

Shades of Saddle Brown #994709

Tints of Saddle Brown #994709

Color information

#994709 (or 0x994709) is unknown color: approx Saddle Brown. HEX triplet: 99, 47 and 09. RGB value is (153,71,9). Sum of RGB (Red+Green+Blue) = 153+71+9=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #994709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994709 is #66B8F6. Grayscale: #585858. Windows color (decimal): -6732023 or 608153. OLE color: 608153.

HSL color Cylindrical-coordinate representation of color #994709: hue angle of 25.83º 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 #994709 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB153719-
CMYK00.540.940.4
HSL25.83º88.89%31.76%-
HSV(B)25.83º94.12%60%-
XYZ15.4411.31.63-
YUV88.4583.17174.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.67%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 9 (3.91% from 255) = 3.86%
R=65.67%
G=30.47%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15371900.540.940.425.8388.8931.76
Hex994790365E281a5920
Octal23110711066136503213140
Binary100110011000111100101101101011110101000110101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994709; }

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

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

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

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

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

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

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

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