#994701

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

Shades of Saddle Brown #994701

Tints of Saddle Brown #994701

Color information

#994701 (or 0x994701) is unknown color: approx Saddle Brown. HEX triplet: 99, 47 and 01. RGB value is (153,71,1). Sum of RGB (Red+Green+Blue) = 153+71+1=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #994701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994701 is #66B8FE. Grayscale: #575757. Windows color (decimal): -6732031 or 83865. OLE color: 83865.

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

Color convert

RGB153711-
CMYK00.540.990.4
HSL27.63º98.7%30.2%-
HSV(B)27.63º99.35%60%-
XYZ15.411.281.39-
YUV87.5479.17174.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=68%
G=31.56%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15371100.540.990.427.6398.730.2
Hex9947103663281c631e
Octal2311071066143503414336
Binary10011001100011110110110110001110100011100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994701; }

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

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

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

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

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

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

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

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