#993E13

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

Shades of Saddle Brown #993E13

Tints of Saddle Brown #993E13

Color information

#993E13 (or 0x993E13) is unknown color: approx Saddle Brown. HEX triplet: 99, 3E and 13. RGB value is (153,62,19). Sum of RGB (Red+Green+Blue) = 153+62+19=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #993E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993E13 is #66C1EC. Grayscale: #545454. Windows color (decimal): -6734317 or 1261209. OLE color: 1261209.

HSL color Cylindrical-coordinate representation of color #993E13: hue angle of 19.25º 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 #993E13 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1536219-
CMYK00.590.880.4
HSL19.25º77.91%33.73%-
HSV(B)19.25º87.58%60%-
XYZ14.9810.261.81-
YUV84.3191.15177-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.38%
GREEN value IS 62 (24.61% from 255) = 26.50%
BLUE value IS 19 (7.81% from 255) = 8.12%
R=65.38%
G=26.50%
B=8.12%

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
Decimal153621900.590.880.419.2577.9133.73
Hex993E1303B5828134e22
Octal2317623073130502311642
Binary100110011111101001101110111011000101000100111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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