#99841E

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

Shades of Hacienda #99841E

Tints of Hacienda #99841E

Color information

#99841E (or 0x99841E) is unknown color: approx Hacienda. HEX triplet: 99, 84 and 1E. RGB value is (153,132,30). Sum of RGB (Red+Green+Blue) = 153+132+30=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99841E is #667BE1. Grayscale: #7F7F7F. Windows color (decimal): -6716386 or 2000025. OLE color: 2000025.

HSL color Cylindrical-coordinate representation of color #99841E: hue angle of 49.76º degrees, saturation: 0.67, 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 #99841E is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB15313230-
CMYK00.140.800.4
HSL49.76º67.21%35.88%-
HSV(B)49.76º80.39%60%-
XYZ21.6223.374.6-
YUV126.6573.46146.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 30 (12.11% from 255) = 9.52%
R=48.57%
G=41.90%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531323000.140.800.449.7667.2135.88
Hex99841E0E5028324324
Octal23120436016120506210344
Binary1001100110000100111100111010100001010001100101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99841E; }

 p { color: rgb(153,132,30); }

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

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

 a { background-color: rgb(153,132,30); }

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

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

 span { border-color: rgb(153,132,30); }

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