Html Css Color HEX #984124 Tia Maria

📋 copy color: '#984124'

red 152 ◦ green 65 ◦ blue 36

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

Shades of Tia Maria #984124

Tints of Tia Maria #984124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.23%

R = 60.08%
G = 25.69%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#984124 (or 0x984124) is known color: Tia Maria. HEX triplet: 98, 41 and 24. RGB value is (152,65,36). Sum of RGB (Red+Green+Blue) = 152+65+36=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #984124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984124 is #67BEDB. Grayscale: #575757. Windows color (decimal): -6799068 or 2376088. OLE color: 2376088.

HSL color Cylindrical-coordinate representation of color #984124: hue angle of 15º degrees, saturation: 0.62, 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 #984124 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 65 36 -
CMYK 0 0.57 0.76 0.40
HSL 15º 0.62% 0.37% -
HSV(B) 15º 0.76% 0.6% -
XYZ 15.16 10.58 2.91 -
YUV 87.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 152 65 36 0 0.57 0.76 0.40 15 0.62 0.37
Hex 98 41 24 0 39 4C 28 F 3E 25
Octal 230 101 44 0 71 114 50 17 76 45
Binary 10011000 1000001 100100 0 111001 1001100 101000 1111 111110 100101

Color Harmonies of #984124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984124

Black with #984124

Text Example


Text Example

White with #984124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984124; }

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

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

background-color css

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

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

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

border-color css

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

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

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