#9D7419

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

Shades of Hacienda #9D7419

Tints of Hacienda #9D7419

Color information

#9D7419 (or 0x9D7419) is unknown color: approx Hacienda. HEX triplet: 9D, 74 and 19. RGB value is (157,116,25). Sum of RGB (Red+Green+Blue) = 157+116+25=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7419 is #628BE6. Grayscale: #767676. Windows color (decimal): -6458343 or 1668253. OLE color: 1668253.

HSL color Cylindrical-coordinate representation of color #9D7419: hue angle of 41.36º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D7419 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB15711625-
CMYK00.260.840.38
HSL41.36º72.53%35.69%-
HSV(B)41.36º84.08%61.57%-
XYZ20.3319.733.66-
YUV117.8875.58155.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.68%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 25 (10.16% from 255) = 8.39%
R=52.68%
G=38.93%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571162500.260.840.3841.3672.5335.69
Hex9D741901A5426294924
Octal23516431032124465111144
Binary1001110111101001100101101010101001001101010011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D7419; }

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

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

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

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

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

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

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

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