Html Css Color HEX #98422F Tia Maria

📋 copy color: '#98422F'

red 152 ◦ green 66 ◦ blue 47

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

Shades of Tia Maria #98422F

Tints of Tia Maria #98422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 47 (18.75% from 255) = 17.74%

R = 57.36%
G = 24.91%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#98422F (or 0x98422F) is known color: Tia Maria. HEX triplet: 98, 42 and 2F. RGB value is (152,66,47). Sum of RGB (Red+Green+Blue) = 152+66+47=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98422F is #67BDD0. Grayscale: #595959. Windows color (decimal): -6798801 or 3097240. OLE color: 3097240.

HSL color Cylindrical-coordinate representation of color #98422F: hue angle of 10.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98422F is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 66 47 -
CMYK 0 0.57 0.69 0.40
HSL 10.86º 0.53% 0.39% -
HSV(B) 10.86º 0.69% 0.6% -
XYZ 15.41 10.78 3.96 -
YUV 89.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 152 66 47 0 0.57 0.69 0.40 10.86 0.53 0.39
Hex 98 42 2F 0 39 45 28 B 35 27
Octal 230 102 57 0 71 105 50 13 65 47
Binary 10011000 1000010 101111 0 111001 1000101 101000 1011 110101 100111

Color Harmonies of #98422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98422F

Black with #98422F

Text Example


Text Example

White with #98422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98422F; }

 p { color: rgb(152,66,47); }

 H1.HeaderClassName
 {
   color: #98422F;
 }
 .AnyTagClassName
 {
   color: #98422F;
 }
</style>

background-color css

<style>
 a { background-color: #98422F; }

 a { background-color: rgb(152,66,47); }

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

border-color css

<style>
 span { border-color: #98422F; }

 span { border-color: rgb(152,66,47); }

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