Html Css Color HEX #984032 Tia Maria

📋 copy color: '#984032'

red 152 ◦ green 64 ◦ blue 50

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

Shades of Tia Maria #984032

Tints of Tia Maria #984032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 57.14%
G = 24.06%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#984032 (or 0x984032) is known color: Tia Maria. HEX triplet: 98, 40 and 32. RGB value is (152,64,50). Sum of RGB (Red+Green+Blue) = 152+64+50=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #984032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984032 is #67BFCD. Grayscale: #585858. Windows color (decimal): -6799310 or 3293336. OLE color: 3293336.

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

Color convert

RGB 152 64 50 -
CMYK 0 0.58 0.67 0.40
HSL 8.24º 0.5% 0.4% -
HSV(B) 8.24º 0.67% 0.6% -
XYZ 15.36 10.57 4.25 -
YUV 88.72 106.15 173.14 -
System Red Green Blue C M Y K H S L
Decimal 152 64 50 0 0.58 0.67 0.40 8.24 0.5 0.4
Hex 98 40 32 0 3A 43 28 8 32 28
Octal 230 100 62 0 72 103 50 10 62 50
Binary 10011000 1000000 110010 0 111010 1000011 101000 1000 110010 101000

Color Harmonies of #984032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984032

Black with #984032

Text Example


Text Example

White with #984032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984032; }

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

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

background-color css

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

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

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

border-color css

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

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

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