#937B1B

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

Shades of Hacienda #937B1B

Tints of Hacienda #937B1B

Color information

#937B1B (or 0x937B1B) is unknown color: approx Hacienda. HEX triplet: 93, 7B and 1B. RGB value is (147,123,27). Sum of RGB (Red+Green+Blue) = 147+123+27=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #937B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937B1B is #6C84E4. Grayscale: #777777. Windows color (decimal): -7111909 or 1801107. OLE color: 1801107.

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

Color convert

RGB14712327-
CMYK00.160.820.42
HSL48º68.97%34.12%-
HSV(B)48º81.63%57.65%-
XYZ19.3120.453.97-
YUV119.2375.95147.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 123 (48.44% from 255) = 41.41%
BLUE value IS 27 (10.94% from 255) = 9.09%
R=49.49%
G=41.41%
B=9.09%

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
Decimal1471232700.160.820.424868.9734.12
Hex937B1B010522A304522
Octal22317333020122526010542
Binary1001001111110111101101000010100101010101100001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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