#957C1A

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

Shades of Hacienda #957C1A

Tints of Hacienda #957C1A

Color information

#957C1A (or 0x957C1A) is unknown color: approx Hacienda. HEX triplet: 95, 7C and 1A. RGB value is (149,124,26). Sum of RGB (Red+Green+Blue) = 149+124+26=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #957C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C1A is #6A83E5. Grayscale: #787878. Windows color (decimal): -6980582 or 1735829. OLE color: 1735829.

HSL color Cylindrical-coordinate representation of color #957C1A: hue angle of 47.8º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #957C1A is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB14912426-
CMYK00.170.830.42
HSL47.8º70.29%34.31%-
HSV(B)47.8º82.55%58.43%-
XYZ19.7920.883.96-
YUV120.374.78148.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 26 (10.55% from 255) = 8.70%
R=49.83%
G=41.47%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491242600.170.830.4247.870.2934.31
Hex957C1A011532A304622
Octal22517432021123526010642
Binary1001010111111001101001000110100111010101100001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,124,26); }

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

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

 a { background-color: rgb(149,124,26); }

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

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

 span { border-color: rgb(149,124,26); }

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