#937B1A

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

Shades of Hacienda #937B1A

Tints of Hacienda #937B1A

Color information

#937B1A (or 0x937B1A) is unknown color: approx Hacienda. HEX triplet: 93, 7B and 1A. RGB value is (147,123,26). Sum of RGB (Red+Green+Blue) = 147+123+26=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #937B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937B1A is #6C84E5. Grayscale: #777777. Windows color (decimal): -7111910 or 1735571. OLE color: 1735571.

HSL color Cylindrical-coordinate representation of color #937B1A: hue angle of 48.1º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #937B1A is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14712326-
CMYK00.160.820.42
HSL48.1º69.94%33.92%-
HSV(B)48.1º82.31%57.65%-
XYZ19.320.443.91-
YUV119.1275.45147.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.66%
GREEN value IS 123 (48.44% from 255) = 41.55%
BLUE value IS 26 (10.55% from 255) = 8.78%
R=49.66%
G=41.55%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471232600.160.820.4248.169.9433.92
Hex937B1A010522A304622
Octal22317332020122526010642
Binary1001001111110111101001000010100101010101100001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937B1A; }

 p { color: rgb(147,123,26); }

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

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

 a { background-color: rgb(147,123,26); }

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

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

 span { border-color: rgb(147,123,26); }

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