Html Css Color HEX #98442B Tia Maria

📋 copy color: '#98442B'

red 152 ◦ green 68 ◦ blue 43

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

Shades of Tia Maria #98442B

Tints of Tia Maria #98442B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.35%

R = 57.79%
G = 25.86%
B = 16.35%

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

#98442B (or 0x98442B) is known color: Tia Maria. HEX triplet: 98, 44 and 2B. RGB value is (152,68,43). Sum of RGB (Red+Green+Blue) = 152+68+43=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98442B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98442B is #67BBD4. Grayscale: #5A5A5A. Windows color (decimal): -6798293 or 2835608. OLE color: 2835608.

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

Color convert

RGB 152 68 43 -
CMYK 0 0.55 0.72 0.40
HSL 13.76º 0.56% 0.38% -
HSV(B) 13.76º 0.72% 0.6% -
XYZ 15.45 10.98 3.59 -
YUV 90.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 152 68 43 0 0.55 0.72 0.40 13.76 0.56 0.38
Hex 98 44 2B 0 37 48 28 E 38 26
Octal 230 104 53 0 67 110 50 16 70 46
Binary 10011000 1000100 101011 0 110111 1001000 101000 1110 111000 100110

Color Harmonies of #98442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98442B

Black with #98442B

Text Example


Text Example

White with #98442B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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