#993400

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

Shades of Saddle Brown #993400

Tints of Saddle Brown #993400

Color information

#993400 (or 0x993400) is unknown color: approx Saddle Brown. HEX triplet: 99, 34 and 00. RGB value is (153,52,0). Sum of RGB (Red+Green+Blue) = 153+52+0=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #993400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993400 is #66CBFF. Grayscale: #4C4C4C. Windows color (decimal): -6736896 or 13465. OLE color: 13465.

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

Color convert

RGB153520-
CMYK00.6610.4
HSL20.39º100%30%-
HSV(B)20.39º100%60%-
XYZ14.369.231.02-
YUV76.2784.96182.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.63%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.63%
G=25.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15352000.6610.420.3910030
Hex99340042642814641e
Octal2316400102144502414436
Binary10011001110100001000010110010010100010100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993400; }

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

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

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

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

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

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

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

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