#957F13

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

Shades of Hacienda #957F13

Tints of Hacienda #957F13

Color information

#957F13 (or 0x957F13) is unknown color: approx Hacienda. HEX triplet: 95, 7F and 13. RGB value is (149,127,19). Sum of RGB (Red+Green+Blue) = 149+127+19=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #957F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957F13 is #6A80EC. Grayscale: #797979. Windows color (decimal): -6979821 or 1277845. OLE color: 1277845.

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

Color convert

RGB14912719-
CMYK00.150.870.42
HSL49.85º77.38%32.94%-
HSV(B)49.85º87.25%58.43%-
XYZ20.121.623.73-
YUV121.2770.29147.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 127 (50% from 255) = 43.05%
BLUE value IS 19 (7.81% from 255) = 6.44%
R=50.51%
G=43.05%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491271900.150.870.4249.8577.3832.94
Hex957F130F572A324d21
Octal22517723017127526211541
Binary100101011111111100110111110101111010101100101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,127,19); }

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

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

 a { background-color: rgb(149,127,19); }

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

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

 span { border-color: rgb(149,127,19); }

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