#993401

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

Shades of Saddle Brown #993401

Tints of Saddle Brown #993401

Color information

#993401 (or 0x993401) is unknown color: approx Saddle Brown. HEX triplet: 99, 34 and 01. RGB value is (153,52,1). Sum of RGB (Red+Green+Blue) = 153+52+1=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #993401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993401 is #66CBFE. Grayscale: #4C4C4C. Windows color (decimal): -6736895 or 79001. OLE color: 79001.

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

Color convert

RGB153521-
CMYK00.660.990.4
HSL20.13º98.7%30.2%-
HSV(B)20.13º99.35%60%-
XYZ14.379.231.05-
YUV76.3985.46182.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.27%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=74.27%
G=25.24%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15352100.660.990.420.1398.730.2
Hex99341042632814631e
Octal2316410102143502414336
Binary10011001110100101000010110001110100010100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993401; }

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

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

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

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

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

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

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

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