#957922

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

Shades of Hacienda #957922

Tints of Hacienda #957922

Color information

#957922 (or 0x957922) is unknown color: approx Hacienda. HEX triplet: 95, 79 and 22. RGB value is (149,121,34). Sum of RGB (Red+Green+Blue) = 149+121+34=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #957922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957922 is #6A86DD. Grayscale: #777777. Windows color (decimal): -6981342 or 2259349. OLE color: 2259349.

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

Color convert

RGB14912134-
CMYK00.190.770.42
HSL45.39º62.84%35.88%-
HSV(B)45.39º77.18%58.43%-
XYZ19.5220.184.38-
YUV119.4579.78149.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 34 (13.67% from 255) = 11.18%
R=49.01%
G=39.80%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491213400.190.770.4245.3962.8435.88
Hex9579220134D2A2d3f24
Octal2251714202311552557744
Binary1001010111110011000100100111001101101010101101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957922; }

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

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

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

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

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

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

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

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