#938212

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

Shades of Hacienda #938212

Tints of Hacienda #938212

Color information

#938212 (or 0x938212) is unknown color: approx Hacienda. HEX triplet: 93, 82 and 12. RGB value is (147,130,18). Sum of RGB (Red+Green+Blue) = 147+130+18=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #938212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938212 is #6C7DED. Grayscale: #7A7A7A. Windows color (decimal): -7110126 or 1213075. OLE color: 1213075.

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

Color convert

RGB14713018-
CMYK00.120.880.42
HSL52.09º78.18%32.35%-
HSV(B)52.09º87.76%57.65%-
XYZ20.1222.213.8-
YUV122.3269.13145.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 18 (7.42% from 255) = 6.10%
R=49.83%
G=44.07%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471301800.120.880.4252.0978.1832.35
Hex9382120C582A344e20
Octal22320222014130526411640
Binary1001001110000010100100110010110001010101101001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938212; }

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

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

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

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

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

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

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

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