#907C12

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

Shades of Hacienda #907C12

Tints of Hacienda #907C12

Color information

#907C12 (or 0x907C12) is unknown color: approx Hacienda. HEX triplet: 90, 7C and 12. RGB value is (144,124,18). Sum of RGB (Red+Green+Blue) = 144+124+18=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #907C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907C12 is #6F83ED. Grayscale: #767676. Windows color (decimal): -7308270 or 1211536. OLE color: 1211536.

HSL color Cylindrical-coordinate representation of color #907C12: hue angle of 50.48º 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 #907C12 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB14412418-
CMYK00.140.880.44
HSL50.48º77.78%31.76%-
HSV(B)50.48º87.5%56.47%-
XYZ18.8220.393.52-
YUV117.971.63146.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.35%
GREEN value IS 124 (48.83% from 255) = 43.36%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=50.35%
G=43.36%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441241800.140.880.4450.4877.7831.76
Hex907C120E582C324e20
Octal22017422016130546211640
Binary100100001111100100100111010110001011001100101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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