#993F14

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

Shades of Saddle Brown #993F14

Tints of Saddle Brown #993F14

Color information

#993F14 (or 0x993F14) is unknown color: approx Saddle Brown. HEX triplet: 99, 3F and 14. RGB value is (153,63,20). Sum of RGB (Red+Green+Blue) = 153+63+20=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #993F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993F14 is #66C0EB. Grayscale: #555555. Windows color (decimal): -6734060 or 1327001. OLE color: 1327001.

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

Color convert

RGB1536320-
CMYK00.590.870.4
HSL19.4º76.88%33.92%-
HSV(B)19.4º86.93%60%-
XYZ15.0410.381.87-
YUV85.0191.32176.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.83%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 20 (8.20% from 255) = 8.47%
R=64.83%
G=26.69%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153632000.590.870.419.476.8833.92
Hex993F1403B5728134d22
Octal2317724073127502311542
Binary100110011111111010001110111010111101000100111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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