#907C14

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

Shades of Hacienda #907C14

Tints of Hacienda #907C14

Color information

#907C14 (or 0x907C14) is unknown color: approx Hacienda. HEX triplet: 90, 7C and 14. RGB value is (144,124,20). Sum of RGB (Red+Green+Blue) = 144+124+20=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #907C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907C14 is #6F83EB. Grayscale: #767676. Windows color (decimal): -7308268 or 1342608. OLE color: 1342608.

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

Color convert

RGB14412420-
CMYK00.140.860.44
HSL50.32º75.61%32.16%-
HSV(B)50.32º86.11%56.47%-
XYZ18.8420.43.61-
YUV118.1272.63146.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 124 (48.83% from 255) = 43.06%
BLUE value IS 20 (8.20% from 255) = 6.94%
R=50%
G=43.06%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441242000.140.860.4450.3275.6132.16
Hex907C140E562C324c20
Octal22017424016126546211440
Binary100100001111100101000111010101101011001100101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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