Html Css Color HEX #98462C Tia Maria

📋 copy color: '#98462C'

red 152 ◦ green 70 ◦ blue 44

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

Shades of Tia Maria #98462C

Tints of Tia Maria #98462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.32%

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 57.14%
G = 26.32%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98462C (or 0x98462C) is known color: Tia Maria. HEX triplet: 98, 46 and 2C. RGB value is (152,70,44). Sum of RGB (Red+Green+Blue) = 152+70+44=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98462C is #67B9D3. Grayscale: #5B5B5B. Windows color (decimal): -6797780 or 2901656. OLE color: 2901656.

HSL color Cylindrical-coordinate representation of color #98462C: hue angle of 14.44º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98462C is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 70 44 -
CMYK 0 0.54 0.71 0.40
HSL 14.44º 0.55% 0.38% -
HSV(B) 14.44º 0.71% 0.6% -
XYZ 15.59 11.24 3.73 -
YUV 91.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 152 70 44 0 0.54 0.71 0.40 14.44 0.55 0.38
Hex 98 46 2C 0 36 47 28 E 37 26
Octal 230 106 54 0 66 107 50 16 67 46
Binary 10011000 1000110 101100 0 110110 1000111 101000 1110 110111 100110

Color Harmonies of #98462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98462C

Black with #98462C

Text Example


Text Example

White with #98462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98462C; }

 p { color: rgb(152,70,44); }

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

background-color css

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

 a { background-color: rgb(152,70,44); }

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

border-color css

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

 span { border-color: rgb(152,70,44); }

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