#907A16

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

Shades of Hacienda #907A16

Tints of Hacienda #907A16

Color information

#907A16 (or 0x907A16) is unknown color: approx Hacienda. HEX triplet: 90, 7A and 16. RGB value is (144,122,22). Sum of RGB (Red+Green+Blue) = 144+122+22=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #907A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907A16 is #6F85E9. Grayscale: #757575. Windows color (decimal): -7308778 or 1473168. OLE color: 1473168.

HSL color Cylindrical-coordinate representation of color #907A16: hue angle of 49.18º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #907A16 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14412222-
CMYK00.150.850.44
HSL49.18º73.49%32.55%-
HSV(B)49.18º84.72%56.47%-
XYZ18.6119.913.62-
YUV117.1874.29147.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 22 (8.98% from 255) = 7.64%
R=50%
G=42.36%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441222200.150.850.4449.1873.4932.55
Hex907A160F552C314921
Octal22017226017125546111141
Binary100100001111010101100111110101011011001100011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907A16; }

 p { color: rgb(144,122,22); }

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

<style>
 a { background-color: #907A16; }

 a { background-color: rgb(144,122,22); }

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

<style>
 span { border-color: #907A16; }

 span { border-color: rgb(144,122,22); }

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