Html Css Color HEX #984529 Tia Maria

📋 copy color: '#984529'

red 152 ◦ green 69 ◦ blue 41

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

Shades of Tia Maria #984529

Tints of Tia Maria #984529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

 BLUE value IS 41 (16.41% from 255) = 15.65%

R = 58.02%
G = 26.34%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#984529 (or 0x984529) is known color: Tia Maria. HEX triplet: 98, 45 and 29. RGB value is (152,69,41). Sum of RGB (Red+Green+Blue) = 152+69+41=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #984529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984529 is #67BAD6. Grayscale: #5A5A5A. Windows color (decimal): -6798039 or 2704792. OLE color: 2704792.

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

Color convert

RGB 152 69 41 -
CMYK 0 0.55 0.73 0.40
HSL 15.14º 0.58% 0.38% -
HSV(B) 15.14º 0.73% 0.6% -
XYZ 15.48 11.09 3.42 -
YUV 90.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 152 69 41 0 0.55 0.73 0.40 15.14 0.58 0.38
Hex 98 45 29 0 37 49 28 F 3A 26
Octal 230 105 51 0 67 111 50 17 72 46
Binary 10011000 1000101 101001 0 110111 1001001 101000 1111 111010 100110

Color Harmonies of #984529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984529

Black with #984529

Text Example


Text Example

White with #984529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984529; }

 p { color: rgb(152,69,41); }

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

background-color css

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

 a { background-color: rgb(152,69,41); }

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

border-color css

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

 span { border-color: rgb(152,69,41); }

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