#993F13

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

Shades of Saddle Brown #993F13

Tints of Saddle Brown #993F13

Color information

#993F13 (or 0x993F13) is unknown color: approx Saddle Brown. HEX triplet: 99, 3F and 13. RGB value is (153,63,19). Sum of RGB (Red+Green+Blue) = 153+63+19=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #993F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F13 is #66C0EC. Grayscale: #555555. Windows color (decimal): -6734061 or 1261465. OLE color: 1261465.

HSL color Cylindrical-coordinate representation of color #993F13: hue angle of 19.7º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #993F13 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1536319-
CMYK00.590.880.4
HSL19.7º77.91%33.73%-
HSV(B)19.7º87.58%60%-
XYZ15.0310.371.83-
YUV84.8990.82176.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.11%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=65.11%
G=26.81%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153631900.590.880.419.777.9133.73
Hex993F1303B5828144e22
Octal2317723073130502411642
Binary100110011111111001101110111011000101000101001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993F13; }

 p { color: rgb(153,63,19); }

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

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

 a { background-color: rgb(153,63,19); }

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

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

 span { border-color: rgb(153,63,19); }

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