#957517

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

Shades of Hacienda #957517

Tints of Hacienda #957517

Color information

#957517 (or 0x957517) is unknown color: approx Hacienda. HEX triplet: 95, 75 and 17. RGB value is (149,117,23). Sum of RGB (Red+Green+Blue) = 149+117+23=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #957517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957517 is #6A8AE8. Grayscale: #747474. Windows color (decimal): -6982377 or 1537429. OLE color: 1537429.

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

Color convert

RGB14911723-
CMYK00.210.850.42
HSL44.76º73.26%33.73%-
HSV(B)44.76º84.56%58.43%-
XYZ18.9119.173.51-
YUV115.8575.6151.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 23 (9.38% from 255) = 7.96%
R=51.56%
G=40.48%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491172300.210.850.4244.7673.2633.73
Hex957517015552A2d4922
Octal22516527025125525511142
Binary1001010111101011011101010110101011010101011011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957517; }

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

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

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

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

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

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

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

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