#927B14

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

Shades of Hacienda #927B14

Tints of Hacienda #927B14

Color information

#927B14 (or 0x927B14) is unknown color: approx Hacienda. HEX triplet: 92, 7B and 14. RGB value is (146,123,20). Sum of RGB (Red+Green+Blue) = 146+123+20=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #927B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927B14 is #6D84EB. Grayscale: #767676. Windows color (decimal): -7177452 or 1342354. OLE color: 1342354.

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

Color convert

RGB14612320-
CMYK00.160.860.43
HSL49.05º75.9%32.55%-
HSV(B)49.05º86.3%57.25%-
XYZ19.0620.333.58-
YUV118.1472.62147.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.52%
GREEN value IS 123 (48.44% from 255) = 42.56%
BLUE value IS 20 (8.20% from 255) = 6.92%
R=50.52%
G=42.56%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461232000.160.860.4349.0575.932.55
Hex927B14010562B314c21
Octal22217324020126536111441
Binary1001001011110111010001000010101101010111100011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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