Html Css Color HEX #984425 Tia Maria

📋 copy color: '#984425'

red 152 ◦ green 68 ◦ blue 37

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

Shades of Tia Maria #984425

Tints of Tia Maria #984425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 59.14%
G = 26.46%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#984425 (or 0x984425) is known color: Tia Maria. HEX triplet: 98, 44 and 25. RGB value is (152,68,37). Sum of RGB (Red+Green+Blue) = 152+68+37=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #984425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984425 is #67BBDA. Grayscale: #595959. Windows color (decimal): -6798299 or 2442392. OLE color: 2442392.

HSL color Cylindrical-coordinate representation of color #984425: hue angle of 16.17º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #984425 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 68 37 -
CMYK 0 0.55 0.76 0.40
HSL 16.17º 0.61% 0.37% -
HSV(B) 16.17º 0.76% 0.6% -
XYZ 15.35 10.94 3.05 -
YUV 89.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 152 68 37 0 0.55 0.76 0.40 16.17 0.61 0.37
Hex 98 44 25 0 37 4C 28 10 3D 25
Octal 230 104 45 0 67 114 50 20 75 45
Binary 10011000 1000100 100101 0 110111 1001100 101000 10000 111101 100101

Color Harmonies of #984425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984425

Black with #984425

Text Example


Text Example

White with #984425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984425; }

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

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

background-color css

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

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

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

border-color css

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

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

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