Html Css Color HEX #98412E Tia Maria

📋 copy color: '#98412E'

red 152 ◦ green 65 ◦ blue 46

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

Shades of Tia Maria #98412E

Tints of Tia Maria #98412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.49%

R = 57.79%
G = 24.71%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98412E (or 0x98412E) is known color: Tia Maria. HEX triplet: 98, 41 and 2E. RGB value is (152,65,46). Sum of RGB (Red+Green+Blue) = 152+65+46=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98412E is #67BED1. Grayscale: #595959. Windows color (decimal): -6799058 or 3031448. OLE color: 3031448.

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

Color convert

RGB 152 65 46 -
CMYK 0 0.57 0.70 0.40
HSL 10.75º 0.54% 0.39% -
HSV(B) 10.75º 0.7% 0.6% -
XYZ 15.33 10.65 3.83 -
YUV 88.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 152 65 46 0 0.57 0.70 0.40 10.75 0.54 0.39
Hex 98 41 2E 0 39 46 28 B 36 27
Octal 230 101 56 0 71 106 50 13 66 47
Binary 10011000 1000001 101110 0 111001 1000110 101000 1011 110110 100111

Color Harmonies of #98412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98412E

Black with #98412E

Text Example


Text Example

White with #98412E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98412E; }

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

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

background-color css

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

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

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

border-color css

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

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

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