Html Css Color HEX #98472D Tia Maria

📋 copy color: '#98472D'

red 152 ◦ green 71 ◦ blue 45

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

Shades of Tia Maria #98472D

Tints of Tia Maria #98472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 56.72%
G = 26.49%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98472D (or 0x98472D) is known color: Tia Maria. HEX triplet: 98, 47 and 2D. RGB value is (152,71,45). Sum of RGB (Red+Green+Blue) = 152+71+45=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #98472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98472D is #67B8D2. Grayscale: #5C5C5C. Windows color (decimal): -6797523 or 2967448. OLE color: 2967448.

HSL color Cylindrical-coordinate representation of color #98472D: hue angle of 14.58º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98472D is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 71 45 -
CMYK 0 0.53 0.70 0.40
HSL 14.58º 0.54% 0.39% -
HSV(B) 14.58º 0.7% 0.6% -
XYZ 15.68 11.37 3.85 -
YUV 92.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 152 71 45 0 0.53 0.70 0.40 14.58 0.54 0.39
Hex 98 47 2D 0 35 46 28 F 36 27
Octal 230 107 55 0 65 106 50 17 66 47
Binary 10011000 1000111 101101 0 110101 1000110 101000 1111 110110 100111

Color Harmonies of #98472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98472D

Black with #98472D

Text Example


Text Example

White with #98472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98472D; }

 p { color: rgb(152,71,45); }

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

background-color css

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

 a { background-color: rgb(152,71,45); }

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

border-color css

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

 span { border-color: rgb(152,71,45); }

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