Html Css Color HEX #983C29 Tia Maria

📋 copy color: '#983C29'

red 152 ◦ green 60 ◦ blue 41

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

Shades of Tia Maria #983C29

Tints of Tia Maria #983C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.72%

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

R = 60.08%
G = 23.72%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#983C29 (or 0x983C29) is known color: Tia Maria. HEX triplet: 98, 3C and 29. RGB value is (152,60,41). Sum of RGB (Red+Green+Blue) = 152+60+41=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #983C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C29 is #67C3D6. Grayscale: #555555. Windows color (decimal): -6800343 or 2702488. OLE color: 2702488.

HSL color Cylindrical-coordinate representation of color #983C29: hue angle of 10.27º 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 #983C29 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 60 41 -
CMYK 0 0.61 0.73 0.40
HSL 10.27º 0.58% 0.38% -
HSV(B) 10.27º 0.73% 0.6% -
XYZ 14.96 10.07 3.25 -
YUV 85.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 152 60 41 0 0.61 0.73 0.40 10.27 0.58 0.38
Hex 98 3C 29 0 3D 49 28 A 3A 26
Octal 230 74 51 0 75 111 50 12 72 46
Binary 10011000 111100 101001 0 111101 1001001 101000 1010 111010 100110

Color Harmonies of #983C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C29

Black with #983C29

Text Example


Text Example

White with #983C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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