Html Css Color HEX #98442A Tia Maria

📋 copy color: '#98442A'

red 152 ◦ green 68 ◦ blue 42

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

Shades of Tia Maria #98442A

Tints of Tia Maria #98442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

 BLUE value IS 42 (16.8% from 255) = 16.03%

R = 58.02%
G = 25.95%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#98442A (or 0x98442A) is known color: Tia Maria. HEX triplet: 98, 44 and 2A. RGB value is (152,68,42). Sum of RGB (Red+Green+Blue) = 152+68+42=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #98442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98442A is #67BBD5. Grayscale: #5A5A5A. Windows color (decimal): -6798294 or 2770072. OLE color: 2770072.

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

Color convert

RGB 152 68 42 -
CMYK 0 0.55 0.72 0.40
HSL 14.18º 0.57% 0.38% -
HSV(B) 14.18º 0.72% 0.6% -
XYZ 15.43 10.98 3.5 -
YUV 90.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 152 68 42 0 0.55 0.72 0.40 14.18 0.57 0.38
Hex 98 44 2A 0 37 48 28 E 39 26
Octal 230 104 52 0 67 110 50 16 71 46
Binary 10011000 1000100 101010 0 110111 1001000 101000 1110 111001 100110

Color Harmonies of #98442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98442A

Black with #98442A

Text Example


Text Example

White with #98442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98442A; }

 p { color: rgb(152,68,42); }

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

background-color css

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

 a { background-color: rgb(152,68,42); }

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

border-color css

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

 span { border-color: rgb(152,68,42); }

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