#907F12

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

Shades of Hacienda #907F12

Tints of Hacienda #907F12

Color information

#907F12 (or 0x907F12) is unknown color: approx Hacienda. HEX triplet: 90, 7F and 12. RGB value is (144,127,18). Sum of RGB (Red+Green+Blue) = 144+127+18=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #907F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907F12 is #6F80ED. Grayscale: #787878. Windows color (decimal): -7307502 or 1212304. OLE color: 1212304.

HSL color Cylindrical-coordinate representation of color #907F12: hue angle of 51.9º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #907F12 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB14412718-
CMYK00.120.880.44
HSL51.9º77.78%31.76%-
HSV(B)51.9º87.5%56.47%-
XYZ19.221.153.64-
YUV119.6670.63145.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.83%
GREEN value IS 127 (50% from 255) = 43.94%
BLUE value IS 18 (7.42% from 255) = 6.23%
R=49.83%
G=43.94%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441271800.120.880.4451.977.7831.76
Hex907F120C582C344e20
Octal22017722014130546411640
Binary100100001111111100100110010110001011001101001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,127,18); }

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

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

 a { background-color: rgb(144,127,18); }

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

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

 span { border-color: rgb(144,127,18); }

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