Html Css Color HEX #984134 Tia Maria

📋 copy color: '#984134'

red 152 ◦ green 65 ◦ blue 52

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

Shades of Tia Maria #984134

Tints of Tia Maria #984134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

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

R = 56.51%
G = 24.16%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#984134 (or 0x984134) is known color: Tia Maria. HEX triplet: 98, 41 and 34. RGB value is (152,65,52). Sum of RGB (Red+Green+Blue) = 152+65+52=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #984134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984134 is #67BECB. Grayscale: #595959. Windows color (decimal): -6799052 or 3424664. OLE color: 3424664.

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

Color convert

RGB 152 65 52 -
CMYK 0 0.57 0.66 0.40
HSL 7.8º 0.49% 0.4% -
HSV(B) 7.8º 0.66% 0.6% -
XYZ 15.46 10.7 4.5 -
YUV 89.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 152 65 52 0 0.57 0.66 0.40 7.8 0.49 0.4
Hex 98 41 34 0 39 42 28 8 31 28
Octal 230 101 64 0 71 102 50 10 61 50
Binary 10011000 1000001 110100 0 111001 1000010 101000 1000 110001 101000

Color Harmonies of #984134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984134

Black with #984134

Text Example


Text Example

White with #984134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984134; }

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

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

background-color css

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

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

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

border-color css

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

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

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