Html Css Color HEX #984231 Tia Maria

📋 copy color: '#984231'

red 152 ◦ green 66 ◦ blue 49

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

Shades of Tia Maria #984231

Tints of Tia Maria #984231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.35%

R = 56.93%
G = 24.72%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#984231 (or 0x984231) is known color: Tia Maria. HEX triplet: 98, 42 and 31. RGB value is (152,66,49). Sum of RGB (Red+Green+Blue) = 152+66+49=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #984231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984231 is #67BDCE. Grayscale: #595959. Windows color (decimal): -6798799 or 3228312. OLE color: 3228312.

HSL color Cylindrical-coordinate representation of color #984231: hue angle of 9.9º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #984231 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 66 49 -
CMYK 0 0.57 0.68 0.40
HSL 9.9º 0.51% 0.39% -
HSV(B) 9.9º 0.68% 0.6% -
XYZ 15.45 10.79 4.17 -
YUV 89.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 152 66 49 0 0.57 0.68 0.40 9.9 0.51 0.39
Hex 98 42 31 0 39 44 28 A 33 27
Octal 230 102 61 0 71 104 50 12 63 47
Binary 10011000 1000010 110001 0 111001 1000100 101000 1010 110011 100111

Color Harmonies of #984231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984231

Black with #984231

Text Example


Text Example

White with #984231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984231; }

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

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

background-color css

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

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

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

border-color css

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

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

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