#957D0F

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

Shades of Hacienda #957D0F

Tints of Hacienda #957D0F

Color information

#957D0F (or 0x957D0F) is unknown color: approx Hacienda. HEX triplet: 95, 7D and 0F. RGB value is (149,125,15). Sum of RGB (Red+Green+Blue) = 149+125+15=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #957D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957D0F is #6A82F0. Grayscale: #787878. Windows color (decimal): -6980337 or 1015189. OLE color: 1015189.

HSL color Cylindrical-coordinate representation of color #957D0F: hue angle of 49.25º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #957D0F is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB14912515-
CMYK00.160.900.42
HSL49.25º81.71%32.16%-
HSV(B)49.25º89.93%58.43%-
XYZ19.8121.093.48-
YUV119.6468.95148.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 15 (6.25% from 255) = 5.19%
R=51.56%
G=43.25%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491251500.160.900.4249.2581.7132.16
Hex957DF0105A2A315220
Octal22517517020132526112240
Binary100101011111101111101000010110101010101100011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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