Html Css Color HEX #984421 Tia Maria

📋 copy color: '#984421'

red 152 ◦ green 68 ◦ blue 33

#984421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tia Maria #984421

Tints of Tia Maria #984421

RGB

 RED value IS 152 (59.77% from 255) = 60.08%

 GREEN value IS 68 (26.95% from 255) = 26.88%

 BLUE value IS 33 (13.28% from 255) = 13.04%

R = 60.08%
G = 26.88%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#984421 (or 0x984421) is known color: Tia Maria. HEX triplet: 98, 44 and 21. RGB value is (152,68,33). Sum of RGB (Red+Green+Blue) = 152+68+33=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #984421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984421 is #67BBDE. Grayscale: #595959. Windows color (decimal): -6798303 or 2180248. OLE color: 2180248.

HSL color Cylindrical-coordinate representation of color #984421: hue angle of 17.65º 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 #984421 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 68 33 -
CMYK 0 0.55 0.78 0.40
HSL 17.65º 0.64% 0.36% -
HSV(B) 17.65º 0.78% 0.6% -
XYZ 15.29 10.92 2.74 -
YUV 89.13 96.33 172.85 -
System Red Green Blue C M Y K H S L
Decimal 152 68 33 0 0.55 0.78 0.40 17.65 0.64 0.36
Hex 98 44 21 0 37 4E 28 12 40 24
Octal 230 104 41 0 67 116 50 22 100 44
Binary 10011000 1000100 100001 0 110111 1001110 101000 10010 1000000 100100

Color Harmonies of #984421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984421

Black with #984421

Text Example


Text Example

White with #984421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984421; }

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

 H1.HeaderClassName
 {
   color: #984421;
 }
 .AnyTagClassName
 {
   color: #984421;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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