#957D1A

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

Shades of Hacienda #957D1A

Tints of Hacienda #957D1A

Color information

#957D1A (or 0x957D1A) is unknown color: approx Hacienda. HEX triplet: 95, 7D and 1A. RGB value is (149,125,26). Sum of RGB (Red+Green+Blue) = 149+125+26=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #957D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D1A is #6A82E5. Grayscale: #797979. Windows color (decimal): -6980326 or 1736085. OLE color: 1736085.

HSL color Cylindrical-coordinate representation of color #957D1A: hue angle of 48.29º 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 #957D1A is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB14912526-
CMYK00.160.830.42
HSL48.29º70.29%34.31%-
HSV(B)48.29º82.55%58.43%-
XYZ19.9121.134.01-
YUV120.8974.45148.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 125 (49.22% from 255) = 41.67%
BLUE value IS 26 (10.55% from 255) = 8.67%
R=49.67%
G=41.67%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491252600.160.830.4248.2970.2934.31
Hex957D1A010532A304622
Octal22517532020123526010642
Binary1001010111111011101001000010100111010101100001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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