#957A24

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

Shades of Hacienda #957A24

Tints of Hacienda #957A24

Color information

#957A24 (or 0x957A24) is unknown color: approx Hacienda. HEX triplet: 95, 7A and 24. RGB value is (149,122,36). Sum of RGB (Red+Green+Blue) = 149+122+36=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #957A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A24 is #6A85DB. Grayscale: #787878. Windows color (decimal): -6981084 or 2390677. OLE color: 2390677.

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

Color convert

RGB14912236-
CMYK00.180.760.42
HSL45.66º61.08%36.27%-
HSV(B)45.66º75.84%58.43%-
XYZ19.6720.444.58-
YUV120.2780.45148.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 36 (14.45% from 255) = 11.73%
R=48.53%
G=39.74%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491223600.180.760.4245.6661.0836.27
Hex957A240124C2A2e3d24
Octal2251724402211452567544
Binary1001010111110101001000100101001100101010101110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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