Html Css Color HEX #98462A Tia Maria

📋 copy color: '#98462A'

red 152 ◦ green 70 ◦ blue 42

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

Shades of Tia Maria #98462A

Tints of Tia Maria #98462A

RGB

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

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

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

R = 57.58%
G = 26.52%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#98462A (or 0x98462A) is known color: Tia Maria. HEX triplet: 98, 46 and 2A. RGB value is (152,70,42). Sum of RGB (Red+Green+Blue) = 152+70+42=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98462A is #67B9D5. Grayscale: #5B5B5B. Windows color (decimal): -6797782 or 2770584. OLE color: 2770584.

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

Color convert

RGB 152 70 42 -
CMYK 0 0.54 0.72 0.40
HSL 15.27º 0.57% 0.38% -
HSV(B) 15.27º 0.72% 0.6% -
XYZ 15.56 11.22 3.54 -
YUV 91.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 152 70 42 0 0.54 0.72 0.40 15.27 0.57 0.38
Hex 98 46 2A 0 36 48 28 F 39 26
Octal 230 106 52 0 66 110 50 17 71 46
Binary 10011000 1000110 101010 0 110110 1001000 101000 1111 111001 100110

Color Harmonies of #98462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98462A

Black with #98462A

Text Example


Text Example

White with #98462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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