#934012

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

Shades of Saddle Brown #934012

Tints of Saddle Brown #934012

Color information

#934012 (or 0x934012) is unknown color: approx Saddle Brown. HEX triplet: 93, 40 and 12. RGB value is (147,64,18). Sum of RGB (Red+Green+Blue) = 147+64+18=229 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.19% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 147 - color contains mainly: red. Hex color #934012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934012 is #6CBFED. Grayscale: #535353. Windows color (decimal): -7127022 or 1196179. OLE color: 1196179.

HSL color Cylindrical-coordinate representation of color #934012: hue angle of 21.4º 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 #934012 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1476418-
CMYK00.560.880.42
HSL21.4º78.18%32.35%-
HSV(B)21.4º87.76%57.65%-
XYZ13.989.911.75-
YUV83.5791173.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 64.19%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 18 (7.42% from 255) = 7.86%
R=64.19%
G=27.95%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147641800.560.880.4221.478.1832.35
Hex934012038582A154e20
Octal22310022070130522511640
Binary1001001110000001001001110001011000101010101011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934012; }

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

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

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

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

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

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

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

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