#957C12

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

Shades of Hacienda #957C12

Tints of Hacienda #957C12

Color information

#957C12 (or 0x957C12) is unknown color: approx Hacienda. HEX triplet: 95, 7C and 12. RGB value is (149,124,18). Sum of RGB (Red+Green+Blue) = 149+124+18=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #957C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957C12 is #6A83ED. Grayscale: #777777. Windows color (decimal): -6980590 or 1211541. OLE color: 1211541.

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

Color convert

RGB14912418-
CMYK00.170.880.42
HSL48.55º78.44%32.75%-
HSV(B)48.55º87.92%58.43%-
XYZ19.7120.853.56-
YUV119.3970.78149.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 18 (7.42% from 255) = 6.19%
R=51.20%
G=42.61%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491241800.170.880.4248.5578.4432.75
Hex957C12011582A314e21
Octal22517422021130526111641
Binary1001010111111001001001000110110001010101100011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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