#958212

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

Shades of Hacienda #958212

Tints of Hacienda #958212

Color information

#958212 (or 0x958212) is unknown color: approx Hacienda. HEX triplet: 95, 82 and 12. RGB value is (149,130,18). Sum of RGB (Red+Green+Blue) = 149+130+18=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #958212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958212 is #6A7DED. Grayscale: #7B7B7B. Windows color (decimal): -6979054 or 1213077. OLE color: 1213077.

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

Color convert

RGB14913018-
CMYK00.130.880.42
HSL51.3º78.44%32.75%-
HSV(B)51.3º87.92%58.43%-
XYZ20.4922.43.82-
YUV122.9168.79146.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 18 (7.42% from 255) = 6.06%
R=50.17%
G=43.77%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491301800.130.880.4251.378.4432.75
Hex9582120D582A334e21
Octal22520222015130526311641
Binary1001010110000010100100110110110001010101100111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958212; }

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

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

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

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

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

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

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

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