#927619

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

Shades of Hacienda #927619

Tints of Hacienda #927619

Color information

#927619 (or 0x927619) is unknown color: approx Hacienda. HEX triplet: 92, 76 and 19. RGB value is (146,118,25). Sum of RGB (Red+Green+Blue) = 146+118+25=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #927619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927619 is #6D89E6. Grayscale: #747474. Windows color (decimal): -7178727 or 1668754. OLE color: 1668754.

HSL color Cylindrical-coordinate representation of color #927619: hue angle of 46.12º 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 #927619 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB14611825-
CMYK00.190.830.43
HSL46.12º70.76%33.53%-
HSV(B)46.12º82.88%57.25%-
XYZ18.5119.143.64-
YUV115.7776.78149.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.52%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 25 (10.16% from 255) = 8.65%
R=50.52%
G=40.83%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461182500.190.830.4346.1270.7633.53
Hex927619013532B2e4722
Octal22216631023123535610742
Binary1001001011101101100101001110100111010111011101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927619; }

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

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

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

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

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

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

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

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