Html Css Color HEX #984030 Tia Maria

📋 copy color: '#984030'

red 152 ◦ green 64 ◦ blue 48

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

Shades of Tia Maria #984030

Tints of Tia Maria #984030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 57.58%
G = 24.24%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#984030 (or 0x984030) is known color: Tia Maria. HEX triplet: 98, 40 and 30. RGB value is (152,64,48). Sum of RGB (Red+Green+Blue) = 152+64+48=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #984030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984030 is #67BFCF. Grayscale: #585858. Windows color (decimal): -6799312 or 3162264. OLE color: 3162264.

HSL color Cylindrical-coordinate representation of color #984030: hue angle of 9.23º degrees, saturation: 0.52, 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 #984030 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 64 48 -
CMYK 0 0.58 0.68 0.40
HSL 9.23º 0.52% 0.39% -
HSV(B) 9.23º 0.68% 0.6% -
XYZ 15.32 10.56 4.03 -
YUV 88.49 105.15 173.3 -
System Red Green Blue C M Y K H S L
Decimal 152 64 48 0 0.58 0.68 0.40 9.23 0.52 0.39
Hex 98 40 30 0 3A 44 28 9 34 27
Octal 230 100 60 0 72 104 50 11 64 47
Binary 10011000 1000000 110000 0 111010 1000100 101000 1001 110100 100111

Color Harmonies of #984030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984030

Black with #984030

Text Example


Text Example

White with #984030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984030; }

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

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

background-color css

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

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

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

border-color css

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

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

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