#98811A

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

Shades of Hacienda #98811A

Tints of Hacienda #98811A

Color information

#98811A (or 0x98811A) is unknown color: approx Hacienda. HEX triplet: 98, 81 and 1A. RGB value is (152,129,26). Sum of RGB (Red+Green+Blue) = 152+129+26=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #98811A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98811A is #677EE5. Grayscale: #7C7C7C. Windows color (decimal): -6782694 or 1737112. OLE color: 1737112.

HSL color Cylindrical-coordinate representation of color #98811A: hue angle of 49.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 #98811A is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB15212926-
CMYK00.150.830.40
HSL49.05º70.79%34.9%-
HSV(B)49.05º82.89%59.61%-
XYZ20.9922.454.2-
YUV124.1472.62147.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 26 (10.55% from 255) = 8.47%
R=49.51%
G=42.02%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521292600.150.830.4049.0570.7934.9
Hex98811A0F5328314723
Octal23020132017123506110743
Binary1001100010000001110100111110100111010001100011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98811A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,129,26); }

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

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

 a { background-color: rgb(152,129,26); }

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

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

 span { border-color: rgb(152,129,26); }

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