Html Css Color HEX #98442C Tia Maria

📋 copy color: '#98442C'

red 152 ◦ green 68 ◦ blue 44

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

Shades of Tia Maria #98442C

Tints of Tia Maria #98442C

RGB

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

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

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

R = 57.58%
G = 25.76%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98442C (or 0x98442C) is known color: Tia Maria. HEX triplet: 98, 44 and 2C. RGB value is (152,68,44). Sum of RGB (Red+Green+Blue) = 152+68+44=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98442C is #67BBD3. Grayscale: #5A5A5A. Windows color (decimal): -6798292 or 2901144. OLE color: 2901144.

HSL color Cylindrical-coordinate representation of color #98442C: hue angle of 13.33º 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 #98442C is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 68 44 -
CMYK 0 0.55 0.71 0.40
HSL 13.33º 0.55% 0.38% -
HSV(B) 13.33º 0.71% 0.6% -
XYZ 15.47 10.99 3.69 -
YUV 90.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 152 68 44 0 0.55 0.71 0.40 13.33 0.55 0.38
Hex 98 44 2C 0 37 47 28 D 37 26
Octal 230 104 54 0 67 107 50 15 67 46
Binary 10011000 1000100 101100 0 110111 1000111 101000 1101 110111 100110

Color Harmonies of #98442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98442C

Black with #98442C

Text Example


Text Example

White with #98442C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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