#927B18

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

Shades of Hacienda #927B18

Tints of Hacienda #927B18

Color information

#927B18 (or 0x927B18) is unknown color: approx Hacienda. HEX triplet: 92, 7B and 18. RGB value is (146,123,24). Sum of RGB (Red+Green+Blue) = 146+123+24=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #927B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927B18 is #6D84E7. Grayscale: #777777. Windows color (decimal): -7177448 or 1604498. OLE color: 1604498.

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

Color convert

RGB14612324-
CMYK00.160.840.43
HSL48.69º71.76%33.33%-
HSV(B)48.69º83.56%57.25%-
XYZ19.120.343.78-
YUV118.5974.62147.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 123 (48.44% from 255) = 41.98%
BLUE value IS 24 (9.77% from 255) = 8.19%
R=49.83%
G=41.98%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461232400.160.840.4348.6971.7633.33
Hex927B18010542B314821
Octal22217330020124536111041
Binary1001001011110111100001000010101001010111100011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,123,24); }

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

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

 a { background-color: rgb(146,123,24); }

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

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

 span { border-color: rgb(146,123,24); }

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