#927C1C

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

Shades of Hacienda #927C1C

Tints of Hacienda #927C1C

Color information

#927C1C (or 0x927C1C) is unknown color: approx Hacienda. HEX triplet: 92, 7C and 1C. RGB value is (146,124,28). Sum of RGB (Red+Green+Blue) = 146+124+28=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #927C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C1C is #6D83E3. Grayscale: #787878. Windows color (decimal): -7177188 or 1866898. OLE color: 1866898.

HSL color Cylindrical-coordinate representation of color #927C1C: hue angle of 48.81º 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 #927C1C is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB14612428-
CMYK00.150.810.43
HSL48.81º67.82%34.12%-
HSV(B)48.81º80.82%57.25%-
XYZ19.2720.614.06-
YUV119.6376.29146.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.99%
GREEN value IS 124 (48.83% from 255) = 41.61%
BLUE value IS 28 (11.33% from 255) = 9.40%
R=48.99%
G=41.61%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461242800.150.810.4348.8167.8234.12
Hex927C1C0F512B314422
Octal22217434017121536110442
Binary100100101111100111000111110100011010111100011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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