#997419

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

Shades of Hacienda #997419

Tints of Hacienda #997419

Color information

#997419 (or 0x997419) is unknown color: approx Hacienda. HEX triplet: 99, 74 and 19. RGB value is (153,116,25). Sum of RGB (Red+Green+Blue) = 153+116+25=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #997419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997419 is #668BE6. Grayscale: #757575. Windows color (decimal): -6720487 or 1668249. OLE color: 1668249.

HSL color Cylindrical-coordinate representation of color #997419: hue angle of 42.66º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #997419 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB15311625-
CMYK00.240.840.4
HSL42.66º71.91%34.9%-
HSV(B)42.66º83.66%60%-
XYZ19.5619.333.62-
YUV116.6976.26153.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 116 (45.70% from 255) = 39.46%
BLUE value IS 25 (10.16% from 255) = 8.50%
R=52.04%
G=39.46%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531162500.240.840.442.6671.9134.9
Hex99741901854282b4823
Octal23116431030124505311043
Binary1001100111101001100101100010101001010001010111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997419; }

 p { color: rgb(153,116,25); }

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

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

 a { background-color: rgb(153,116,25); }

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

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

 span { border-color: rgb(153,116,25); }

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