#957A22

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

Shades of Hacienda #957A22

Tints of Hacienda #957A22

Color information

#957A22 (or 0x957A22) is unknown color: approx Hacienda. HEX triplet: 95, 7A and 22. RGB value is (149,122,34). Sum of RGB (Red+Green+Blue) = 149+122+34=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #957A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A22 is #6A85DD. Grayscale: #787878. Windows color (decimal): -6981086 or 2259605. OLE color: 2259605.

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

Color convert

RGB14912234-
CMYK00.180.770.42
HSL45.91º62.84%35.88%-
HSV(B)45.91º77.18%58.43%-
XYZ19.6420.424.42-
YUV120.0479.45148.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 34 (13.67% from 255) = 11.15%
R=48.85%
G=40%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491223400.180.770.4245.9162.8435.88
Hex957A220124D2A2e3f24
Octal2251724202211552567744
Binary1001010111110101000100100101001101101010101110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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