#99741A

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

Shades of Hacienda #99741A

Tints of Hacienda #99741A

Color information

#99741A (or 0x99741A) is unknown color: approx Hacienda. HEX triplet: 99, 74 and 1A. RGB value is (153,116,26). Sum of RGB (Red+Green+Blue) = 153+116+26=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #99741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99741A is #668BE5. Grayscale: #757575. Windows color (decimal): -6720486 or 1733785. OLE color: 1733785.

HSL color Cylindrical-coordinate representation of color #99741A: hue angle of 42.52º 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 #99741A is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB15311626-
CMYK00.240.830.4
HSL42.52º70.95%35.1%-
HSV(B)42.52º83.01%60%-
XYZ19.5719.343.68-
YUV116.876.76153.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 26 (10.55% from 255) = 8.81%
R=51.86%
G=39.32%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531162600.240.830.442.5270.9535.1
Hex99741A01853282b4723
Octal23116432030123505310743
Binary1001100111101001101001100010100111010001010111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99741A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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