#957C1E

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

Shades of Hacienda #957C1E

Tints of Hacienda #957C1E

Color information

#957C1E (or 0x957C1E) is unknown color: approx Hacienda. HEX triplet: 95, 7C and 1E. RGB value is (149,124,30). Sum of RGB (Red+Green+Blue) = 149+124+30=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #957C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C1E is #6A83E1. Grayscale: #797979. Windows color (decimal): -6980578 or 1997973. OLE color: 1997973.

HSL color Cylindrical-coordinate representation of color #957C1E: hue angle of 47.39º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #957C1E is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14912430-
CMYK00.170.800.42
HSL47.39º66.48%35.1%-
HSV(B)47.39º79.87%58.43%-
XYZ19.8420.94.22-
YUV120.7676.78148.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=49.17%
G=40.92%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491243000.170.800.4247.3966.4835.1
Hex957C1E011502A2f4223
Octal22517436021120525710243
Binary1001010111111001111001000110100001010101011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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