Html Css Color HEX #984034 Tia Maria

📋 copy color: '#984034'

red 152 ◦ green 64 ◦ blue 52

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

Shades of Tia Maria #984034

Tints of Tia Maria #984034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.4%

R = 56.72%
G = 23.88%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#984034 (or 0x984034) is known color: Tia Maria. HEX triplet: 98, 40 and 34. RGB value is (152,64,52). Sum of RGB (Red+Green+Blue) = 152+64+52=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #984034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984034 is #67BFCB. Grayscale: #595959. Windows color (decimal): -6799308 or 3424408. OLE color: 3424408.

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

Color convert

RGB 152 64 52 -
CMYK 0 0.58 0.66 0.40
HSL 7.2º 0.49% 0.4% -
HSV(B) 7.2º 0.66% 0.6% -
XYZ 15.4 10.59 4.48 -
YUV 88.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 152 64 52 0 0.58 0.66 0.40 7.2 0.49 0.4
Hex 98 40 34 0 3A 42 28 7 31 28
Octal 230 100 64 0 72 102 50 7 61 50
Binary 10011000 1000000 110100 0 111010 1000010 101000 111 110001 101000

Color Harmonies of #984034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984034

Black with #984034

Text Example


Text Example

White with #984034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984034; }

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

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

background-color css

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

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

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

border-color css

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

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

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