#933712

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

Shades of Saddle Brown #933712

Tints of Saddle Brown #933712

Color information

#933712 (or 0x933712) is unknown color: approx Saddle Brown. HEX triplet: 93, 37 and 12. RGB value is (147,55,18). Sum of RGB (Red+Green+Blue) = 147+55+18=220 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.82% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 147 - color contains mainly: red. Hex color #933712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933712 is #6CC8ED. Grayscale: #4E4E4E. Windows color (decimal): -7129326 or 1193875. OLE color: 1193875.

HSL color Cylindrical-coordinate representation of color #933712: hue angle of 17.21º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #933712 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1475518-
CMYK00.630.880.42
HSL17.21º78.18%32.35%-
HSV(B)17.21º87.76%57.65%-
XYZ13.518.981.59-
YUV78.2993.98177.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.82%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=66.82%
G=25%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147551800.630.880.4217.2178.1832.35
Hex93371203F582A114e20
Octal2236722077130522111640
Binary100100111101111001001111111011000101010100011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933712; }

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

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

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

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

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

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

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

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