#958218

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

Shades of Hacienda #958218

Tints of Hacienda #958218

Color information

#958218 (or 0x958218) is unknown color: approx Hacienda. HEX triplet: 95, 82 and 18. RGB value is (149,130,24). Sum of RGB (Red+Green+Blue) = 149+130+24=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #958218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958218 is #6A7DE7. Grayscale: #7C7C7C. Windows color (decimal): -6979048 or 1606293. OLE color: 1606293.

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

Color convert

RGB14913024-
CMYK00.130.840.42
HSL50.88º72.25%33.92%-
HSV(B)50.88º83.89%58.43%-
XYZ20.5422.424.11-
YUV123.671.79146.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 24 (9.77% from 255) = 7.92%
R=49.17%
G=42.90%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491302400.130.840.4250.8872.2533.92
Hex9582180D542A334822
Octal22520230015124526311042
Binary1001010110000010110000110110101001010101100111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958218; }

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

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

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

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

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

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

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

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