#98841C

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

Shades of Hacienda #98841C

Tints of Hacienda #98841C

Color information

#98841C (or 0x98841C) is unknown color: approx Hacienda. HEX triplet: 98, 84 and 1C. RGB value is (152,132,28). Sum of RGB (Red+Green+Blue) = 152+132+28=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98841C is #677BE3. Grayscale: #7E7E7E. Windows color (decimal): -6781924 or 1868952. OLE color: 1868952.

HSL color Cylindrical-coordinate representation of color #98841C: hue angle of 50.32º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98841C is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB15213228-
CMYK00.130.820.40
HSL50.32º68.89%35.29%-
HSV(B)50.32º81.58%59.61%-
XYZ21.4123.264.46-
YUV126.1272.63146.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 28 (11.33% from 255) = 8.97%
R=48.72%
G=42.31%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521322800.130.820.4050.3268.8935.29
Hex98841C0D5228324523
Octal23020434015122506210543
Binary1001100010000100111000110110100101010001100101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98841C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98841C; }

 p { color: rgb(152,132,28); }

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

<style>
 a { background-color: #98841C; }

 a { background-color: rgb(152,132,28); }

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

<style>
 span { border-color: #98841C; }

 span { border-color: rgb(152,132,28); }

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