#927D0E

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

Shades of Hacienda #927D0E

Tints of Hacienda #927D0E

Color information

#927D0E (or 0x927D0E) is unknown color: approx Hacienda. HEX triplet: 92, 7D and 0E. RGB value is (146,125,14). Sum of RGB (Red+Green+Blue) = 146+125+14=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #927D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927D0E is #6D82F1. Grayscale: #777777. Windows color (decimal): -7176946 or 949650. OLE color: 949650.

HSL color Cylindrical-coordinate representation of color #927D0E: hue angle of 50.45º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #927D0E is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB14612514-
CMYK00.140.900.43
HSL50.45º82.5%31.37%-
HSV(B)50.45º90.41%57.25%-
XYZ19.2720.813.42-
YUV118.6268.96147.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 125 (49.22% from 255) = 43.86%
BLUE value IS 14 (5.86% from 255) = 4.91%
R=51.23%
G=43.86%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461251400.140.900.4350.4582.531.37
Hex927DE0E5A2B32521f
Octal22217516016132536212237
Binary1001001011111011110011101011010101011110010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,125,14); }

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

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

 a { background-color: rgb(146,125,14); }

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

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

 span { border-color: rgb(146,125,14); }

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