#994801

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

Shades of Saddle Brown #994801

Tints of Saddle Brown #994801

Color information

#994801 (or 0x994801) is unknown color: approx Saddle Brown. HEX triplet: 99, 48 and 01. RGB value is (153,72,1). Sum of RGB (Red+Green+Blue) = 153+72+1=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #994801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994801 is #66B7FE. Grayscale: #585858. Windows color (decimal): -6731775 or 84121. OLE color: 84121.

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

Color convert

RGB153721-
CMYK00.530.990.4
HSL28.03º98.7%30.2%-
HSV(B)28.03º99.35%60%-
XYZ15.4611.411.42-
YUV88.1278.84174.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.70%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=67.70%
G=31.86%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15372100.530.990.428.0398.730.2
Hex9948103563281c631e
Octal2311101065143503414336
Binary10011001100100010110101110001110100011100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994801; }

 p { color: rgb(153,72,1); }

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

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

 a { background-color: rgb(153,72,1); }

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

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

 span { border-color: rgb(153,72,1); }

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