#994100

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

Shades of Saddle Brown #994100

Tints of Saddle Brown #994100

Color information

#994100 (or 0x994100) is unknown color: approx Saddle Brown. HEX triplet: 99, 41 and 00. RGB value is (153,65,0). Sum of RGB (Red+Green+Blue) = 153+65+0=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #994100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994100 is #66BEFF. Grayscale: #545454. Windows color (decimal): -6733568 or 16793. OLE color: 16793.

HSL color Cylindrical-coordinate representation of color #994100: hue angle of 25.49º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #994100 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB153650-
CMYK00.5810.4
HSL25.49º100%30%-
HSV(B)25.49º100%60%-
XYZ15.0310.551.24-
YUV83.980.65177.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.18%
GREEN value IS 65 (25.78% from 255) = 29.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.18%
G=29.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15365000.5810.425.4910030
Hex9941003A642819641e
Octal2311010072144503114436
Binary10011001100000100111010110010010100011001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994100; }

 p { color: rgb(153,65,0); }

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

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

 a { background-color: rgb(153,65,0); }

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

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

 span { border-color: rgb(153,65,0); }

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