Html Css Color HEX #98412A Tia Maria

📋 copy color: '#98412A'

red 152 ◦ green 65 ◦ blue 42

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

Shades of Tia Maria #98412A

Tints of Tia Maria #98412A

RGB

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

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

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

R = 58.69%
G = 25.1%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#98412A (or 0x98412A) is known color: Tia Maria. HEX triplet: 98, 41 and 2A. RGB value is (152,65,42). Sum of RGB (Red+Green+Blue) = 152+65+42=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #98412A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98412A is #67BED5. Grayscale: #585858. Windows color (decimal): -6799062 or 2769304. OLE color: 2769304.

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

Color convert

RGB 152 65 42 -
CMYK 0 0.57 0.72 0.40
HSL 12.55º 0.57% 0.38% -
HSV(B) 12.55º 0.72% 0.6% -
XYZ 15.26 10.62 3.44 -
YUV 88.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 152 65 42 0 0.57 0.72 0.40 12.55 0.57 0.38
Hex 98 41 2A 0 39 48 28 D 39 26
Octal 230 101 52 0 71 110 50 15 71 46
Binary 10011000 1000001 101010 0 111001 1001000 101000 1101 111001 100110

Color Harmonies of #98412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98412A

Black with #98412A

Text Example


Text Example

White with #98412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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