#927C1B

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

Shades of Hacienda #927C1B

Tints of Hacienda #927C1B

Color information

#927C1B (or 0x927C1B) is unknown color: approx Hacienda. HEX triplet: 92, 7C and 1B. RGB value is (146,124,27). Sum of RGB (Red+Green+Blue) = 146+124+27=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #927C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C1B is #6D83E4. Grayscale: #777777. Windows color (decimal): -7177189 or 1801362. OLE color: 1801362.

HSL color Cylindrical-coordinate representation of color #927C1B: hue angle of 48.91º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #927C1B is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB14612427-
CMYK00.150.820.43
HSL48.91º68.79%33.92%-
HSV(B)48.91º81.51%57.25%-
XYZ19.2620.614-
YUV119.5275.79146.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 27 (10.94% from 255) = 9.09%
R=49.16%
G=41.75%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461242700.150.820.4348.9168.7933.92
Hex927C1B0F522B314522
Octal22217433017122536110542
Binary100100101111100110110111110100101010111100011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927C1B; }

 p { color: rgb(146,124,27); }

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

<style>
 a { background-color: #927C1B; }

 a { background-color: rgb(146,124,27); }

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

<style>
 span { border-color: #927C1B; }

 span { border-color: rgb(146,124,27); }

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