#927B1C

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

Shades of Hacienda #927B1C

Tints of Hacienda #927B1C

Color information

#927B1C (or 0x927B1C) is unknown color: approx Hacienda. HEX triplet: 92, 7B and 1C. RGB value is (146,123,28). Sum of RGB (Red+Green+Blue) = 146+123+28=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #927B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927B1C is #6D84E3. Grayscale: #777777. Windows color (decimal): -7177444 or 1866642. OLE color: 1866642.

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

Color convert

RGB14612328-
CMYK00.160.810.43
HSL48.31º67.82%34.12%-
HSV(B)48.31º80.82%57.25%-
XYZ19.1520.364.02-
YUV119.0576.62147.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 123 (48.44% from 255) = 41.41%
BLUE value IS 28 (11.33% from 255) = 9.43%
R=49.16%
G=41.41%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461232800.160.810.4348.3167.8234.12
Hex927B1C010512B304422
Octal22217334020121536010442
Binary1001001011110111110001000010100011010111100001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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