#958313

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

Shades of Hacienda #958313

Tints of Hacienda #958313

Color information

#958313 (or 0x958313) is unknown color: approx Hacienda. HEX triplet: 95, 83 and 13. RGB value is (149,131,19). Sum of RGB (Red+Green+Blue) = 149+131+19=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #958313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958313 is #6A7CEC. Grayscale: #7C7C7C. Windows color (decimal): -6978797 or 1278869. OLE color: 1278869.

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

Color convert

RGB14913119-
CMYK00.120.870.42
HSL51.69º77.38%32.94%-
HSV(B)51.69º87.25%58.43%-
XYZ20.6322.673.9-
YUV123.6168.96146.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 131 (51.56% from 255) = 43.81%
BLUE value IS 19 (7.81% from 255) = 6.35%
R=49.83%
G=43.81%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491311900.120.870.4251.6977.3832.94
Hex9583130C572A344d21
Octal22520323014127526411541
Binary1001010110000011100110110010101111010101101001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958313; }

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

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

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

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

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

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

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

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