Html Css Color HEX #984128 Tia Maria

📋 copy color: '#984128'

red 152 ◦ green 65 ◦ blue 40

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

Shades of Tia Maria #984128

Tints of Tia Maria #984128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 59.14%
G = 25.29%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#984128 (or 0x984128) is known color: Tia Maria. HEX triplet: 98, 41 and 28. RGB value is (152,65,40). Sum of RGB (Red+Green+Blue) = 152+65+40=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #984128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984128 is #67BED7. Grayscale: #585858. Windows color (decimal): -6799064 or 2638232. OLE color: 2638232.

HSL color Cylindrical-coordinate representation of color #984128: hue angle of 13.39º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #984128 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 65 40 -
CMYK 0 0.57 0.74 0.40
HSL 13.39º 0.58% 0.38% -
HSV(B) 13.39º 0.74% 0.6% -
XYZ 15.22 10.61 3.25 -
YUV 88.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 152 65 40 0 0.57 0.74 0.40 13.39 0.58 0.38
Hex 98 41 28 0 39 4A 28 D 3A 26
Octal 230 101 50 0 71 112 50 15 72 46
Binary 10011000 1000001 101000 0 111001 1001010 101000 1101 111010 100110

Color Harmonies of #984128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984128

Black with #984128

Text Example


Text Example

White with #984128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984128; }

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

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

background-color css

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

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

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

border-color css

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

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

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