Html Css Color HEX #984232 Tia Maria

📋 copy color: '#984232'

red 152 ◦ green 66 ◦ blue 50

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

Shades of Tia Maria #984232

Tints of Tia Maria #984232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.63%

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

R = 56.72%
G = 24.63%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#984232 (or 0x984232) is known color: Tia Maria. HEX triplet: 98, 42 and 32. RGB value is (152,66,50). Sum of RGB (Red+Green+Blue) = 152+66+50=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #984232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984232 is #67BDCD. Grayscale: #5A5A5A. Windows color (decimal): -6798798 or 3293848. OLE color: 3293848.

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

Color convert

RGB 152 66 50 -
CMYK 0 0.57 0.67 0.40
HSL 9.41º 0.5% 0.4% -
HSV(B) 9.41º 0.67% 0.6% -
XYZ 15.47 10.8 4.29 -
YUV 89.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 152 66 50 0 0.57 0.67 0.40 9.41 0.5 0.4
Hex 98 42 32 0 39 43 28 9 32 28
Octal 230 102 62 0 71 103 50 11 62 50
Binary 10011000 1000010 110010 0 111001 1000011 101000 1001 110010 101000

Color Harmonies of #984232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984232

Black with #984232

Text Example


Text Example

White with #984232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984232; }

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

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

background-color css

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

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

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

border-color css

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

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

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