#993712

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

Shades of Saddle Brown #993712

Tints of Saddle Brown #993712

Color information

#993712 (or 0x993712) is unknown color: approx Saddle Brown. HEX triplet: 99, 37 and 12. RGB value is (153,55,18). Sum of RGB (Red+Green+Blue) = 153+55+18=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #993712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993712 is #66C8ED. Grayscale: #505050. Windows color (decimal): -6736110 or 1193881. OLE color: 1193881.

HSL color Cylindrical-coordinate representation of color #993712: hue angle of 16.44º degrees, saturation: 0.79, 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 #993712 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1535518-
CMYK00.640.880.4
HSL16.44º78.95%33.53%-
HSV(B)16.44º88.24%60%-
XYZ14.619.551.65-
YUV80.0892.97180.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.70%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 18 (7.42% from 255) = 7.96%
R=67.70%
G=24.34%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153551800.640.880.416.4478.9533.53
Hex9937120405828104f22
Octal23167220100130502011742
Binary1001100111011110010010000001011000101000100001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993712; }

 p { color: rgb(153,55,18); }

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

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

 a { background-color: rgb(153,55,18); }

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

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

 span { border-color: rgb(153,55,18); }

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