#934212

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

Shades of Saddle Brown #934212

Tints of Saddle Brown #934212

Color information

#934212 (or 0x934212) is unknown color: approx Saddle Brown. HEX triplet: 93, 42 and 12. RGB value is (147,66,18). Sum of RGB (Red+Green+Blue) = 147+66+18=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #934212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934212 is #6CBDED. Grayscale: #555555. Windows color (decimal): -7126510 or 1196691. OLE color: 1196691.

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

Color convert

RGB1476618-
CMYK00.550.880.42
HSL22.33º78.18%32.35%-
HSV(B)22.33º87.76%57.65%-
XYZ14.0910.141.79-
YUV84.7590.34172.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.64%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 18 (7.42% from 255) = 7.79%
R=63.64%
G=28.57%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147661800.550.880.4222.3378.1832.35
Hex934212037582A164e20
Octal22310222067130522611640
Binary1001001110000101001001101111011000101010101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934212; }

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

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

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

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

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

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

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

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