Html Css Color HEX #984420 Tia Maria

📋 copy color: '#984420'

red 152 ◦ green 68 ◦ blue 32

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

Shades of Tia Maria #984420

Tints of Tia Maria #984420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 60.32%
G = 26.98%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#984420 (or 0x984420) is known color: Tia Maria. HEX triplet: 98, 44 and 20. RGB value is (152,68,32). Sum of RGB (Red+Green+Blue) = 152+68+32=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #984420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984420 is #67BBDF. Grayscale: #595959. Windows color (decimal): -6798304 or 2114712. OLE color: 2114712.

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

Color convert

RGB 152 68 32 -
CMYK 0 0.55 0.79 0.40
HSL 18º 0.65% 0.36% -
HSV(B) 18º 0.79% 0.6% -
XYZ 15.28 10.91 2.67 -
YUV 89.01 95.83 172.93 -
System Red Green Blue C M Y K H S L
Decimal 152 68 32 0 0.55 0.79 0.40 18 0.65 0.36
Hex 98 44 20 0 37 4F 28 12 41 24
Octal 230 104 40 0 67 117 50 22 101 44
Binary 10011000 1000100 100000 0 110111 1001111 101000 10010 1000001 100100

Color Harmonies of #984420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984420

Black with #984420

Text Example


Text Example

White with #984420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984420; }

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

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

background-color css

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

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

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

border-color css

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

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

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