#958017

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

Shades of Hacienda #958017

Tints of Hacienda #958017

Color information

#958017 (or 0x958017) is unknown color: approx Hacienda. HEX triplet: 95, 80 and 17. RGB value is (149,128,23). Sum of RGB (Red+Green+Blue) = 149+128+23=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #958017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958017 is #6A7FE8. Grayscale: #7A7A7A. Windows color (decimal): -6979561 or 1540245. OLE color: 1540245.

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

Color convert

RGB14912823-
CMYK00.140.850.42
HSL50º73.26%33.73%-
HSV(B)50º84.56%58.43%-
XYZ20.2721.893.97-
YUV122.3171.96147.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 23 (9.38% from 255) = 7.67%
R=49.67%
G=42.67%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491282300.140.850.425073.2633.73
Hex9580170E552A324922
Octal22520027016125526211142
Binary1001010110000000101110111010101011010101100101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958017; }

 p { color: rgb(149,128,23); }

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

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

 a { background-color: rgb(149,128,23); }

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

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

 span { border-color: rgb(149,128,23); }

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