#937B1D

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

Shades of Hacienda #937B1D

Tints of Hacienda #937B1D

Color information

#937B1D (or 0x937B1D) is unknown color: approx Hacienda. HEX triplet: 93, 7B and 1D. RGB value is (147,123,29). Sum of RGB (Red+Green+Blue) = 147+123+29=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #937B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937B1D is #6C84E2. Grayscale: #777777. Windows color (decimal): -7111907 or 1932179. OLE color: 1932179.

HSL color Cylindrical-coordinate representation of color #937B1D: hue angle of 47.8º degrees, saturation: 0.67, 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 #937B1D is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14712329-
CMYK00.160.800.42
HSL47.8º67.05%34.51%-
HSV(B)47.8º80.27%57.65%-
XYZ19.3420.464.09-
YUV119.4676.95147.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.16%
GREEN value IS 123 (48.44% from 255) = 41.14%
BLUE value IS 29 (11.72% from 255) = 9.70%
R=49.16%
G=41.14%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471232900.160.800.4247.867.0534.51
Hex937B1D010502A304323
Octal22317335020120526010343
Binary1001001111110111110101000010100001010101100001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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