#997727

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

Shades of Hacienda #997727

Tints of Hacienda #997727

Color information

#997727 (or 0x997727) is unknown color: approx Hacienda. HEX triplet: 99, 77 and 27. RGB value is (153,119,39). Sum of RGB (Red+Green+Blue) = 153+119+39=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #997727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997727 is #6688D8. Grayscale: #787878. Windows color (decimal): -6719705 or 2586521. OLE color: 2586521.

HSL color Cylindrical-coordinate representation of color #997727: hue angle of 42.11º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #997727 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB15311939-
CMYK00.220.750.4
HSL42.11º59.38%37.65%-
HSV(B)42.11º74.51%60%-
XYZ20.120.114.74-
YUV120.0582.26151.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 119 (46.88% from 255) = 38.26%
BLUE value IS 39 (15.62% from 255) = 12.54%
R=49.20%
G=38.26%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531193900.220.750.442.1159.3837.65
Hex9977270164B282a3b26
Octal2311674702611350527346
Binary1001100111101111001110101101001011101000101010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997727; }

 p { color: rgb(153,119,39); }

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

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

 a { background-color: rgb(153,119,39); }

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

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

 span { border-color: rgb(153,119,39); }

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