#927A19

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

Shades of Hacienda #927A19

Tints of Hacienda #927A19

Color information

#927A19 (or 0x927A19) is unknown color: approx Hacienda. HEX triplet: 92, 7A and 19. RGB value is (146,122,25). Sum of RGB (Red+Green+Blue) = 146+122+25=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #927A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927A19 is #6D85E6. Grayscale: #767676. Windows color (decimal): -7177703 or 1669778. OLE color: 1669778.

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

Color convert

RGB14612225-
CMYK00.160.830.43
HSL48.1º70.76%33.53%-
HSV(B)48.1º82.88%57.25%-
XYZ18.9920.13.8-
YUV118.1275.45147.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 122 (48.05% from 255) = 41.64%
BLUE value IS 25 (10.16% from 255) = 8.53%
R=49.83%
G=41.64%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461222500.160.830.4348.170.7633.53
Hex927A19010532B304722
Octal22217231020123536010742
Binary1001001011110101100101000010100111010111100001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,122,25); }

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

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

 a { background-color: rgb(146,122,25); }

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

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

 span { border-color: rgb(146,122,25); }

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