#957A27

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

Shades of Hacienda #957A27

Tints of Hacienda #957A27

Color information

#957A27 (or 0x957A27) is unknown color: approx Hacienda. HEX triplet: 95, 7A and 27. RGB value is (149,122,39). Sum of RGB (Red+Green+Blue) = 149+122+39=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #957A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A27 is #6A85D8. Grayscale: #787878. Windows color (decimal): -6981081 or 2587285. OLE color: 2587285.

HSL color Cylindrical-coordinate representation of color #957A27: hue angle of 45.27º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #957A27 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB14912239-
CMYK00.180.740.42
HSL45.27º58.51%36.86%-
HSV(B)45.27º73.83%58.43%-
XYZ19.7220.464.83-
YUV120.6181.95148.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 39 (15.62% from 255) = 12.58%
R=48.06%
G=39.35%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491223900.180.740.4245.2758.5136.86
Hex957A270124A2A2d3b25
Octal2251724702211252557345
Binary1001010111110101001110100101001010101010101101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957A27; }

 p { color: rgb(149,122,39); }

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

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

 a { background-color: rgb(149,122,39); }

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

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

 span { border-color: rgb(149,122,39); }

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