#99821f

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

Shades of Hacienda #99821F

Tints of Hacienda #99821F

Color information

#99821F (or 0x99821F) is unknown color: approx Hacienda. HEX triplet: 99, 82 and 1F. RGB value is (153,130,31). Sum of RGB (Red+Green+Blue) = 153+130+31=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99821F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99821F is #667DE0. Grayscale: #7E7E7E. Windows color (decimal): -6716897 or 2065049. OLE color: 2065049.

HSL color Cylindrical-coordinate representation of color #99821F: hue angle of 48.69º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99821F is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB15313031-
CMYK00.150.800.4
HSL48.69º66.3%36.08%-
HSV(B)48.69º79.74%60%-
XYZ21.3722.844.58-
YUV125.5974.62147.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 31 (12.5% from 255) = 9.87%
R=48.73%
G=41.40%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531303100.150.800.448.6966.336.08
Hex99821F0F5028314224
Octal23120237017120506110244
Binary1001100110000010111110111110100001010001100011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99821f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99821f; }

 p { color: rgb(153,130,31); }

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

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

 a { background-color: rgb(153,130,31); }

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

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

 span { border-color: rgb(153,130,31); }

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