#99731A

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

Shades of Hacienda #99731A

Tints of Hacienda #99731A

Color information

#99731A (or 0x99731A) is unknown color: approx Hacienda. HEX triplet: 99, 73 and 1A. RGB value is (153,115,26). Sum of RGB (Red+Green+Blue) = 153+115+26=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99731A is #668CE5. Grayscale: #747474. Windows color (decimal): -6720742 or 1733529. OLE color: 1733529.

HSL color Cylindrical-coordinate representation of color #99731A: hue angle of 42.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99731A is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB15311526-
CMYK00.250.830.4
HSL42.05º70.95%35.1%-
HSV(B)42.05º83.01%60%-
XYZ19.4519.113.64-
YUV116.2277.09154.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 26 (10.55% from 255) = 8.84%
R=52.04%
G=39.12%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531152600.250.830.442.0570.9535.1
Hex99731A01953282a4723
Octal23116332031123505210743
Binary1001100111100111101001100110100111010001010101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99731A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99731A; }

 p { color: rgb(153,115,26); }

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

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

 a { background-color: rgb(153,115,26); }

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

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

 span { border-color: rgb(153,115,26); }

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