#984021

Color #984021 Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #984021

Tints of Tia Maria #984021

Color information

#984021 (or 0x984021) is unknown color: approx Tia Maria. HEX triplet: 98, 40 and 21. RGB value is (152,64,33). Sum of RGB (Red+Green+Blue) = 152+64+33=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #984021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984021 is #67BFDE. Grayscale: #565656. Windows color (decimal): -6799327 or 2179224. OLE color: 2179224.

HSL color Cylindrical-coordinate representation of color #984021: hue angle of 15.63º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #984021 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB1526433-
CMYK00.580.780.40
HSL15.63º64.32%36.27%-
HSV(B)15.63º78.29%59.61%-
XYZ15.0610.452.66-
YUV86.7897.65174.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.04%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=61.04%
G=25.70%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152643300.580.780.4015.6364.3236.27
Hex98402103A4E28104024
Octal23010041072116502010044
Binary10011000100000010000101110101001110101000100001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984021; }

 p { color: rgb(152,64,33); }

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

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

 a { background-color: rgb(152,64,33); }

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

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

 span { border-color: rgb(152,64,33); }

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