Html Css Color HEX #983C2D Tia Maria

📋 copy color: '#983C2D'

red 152 ◦ green 60 ◦ blue 45

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

Shades of Tia Maria #983C2D

Tints of Tia Maria #983C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.51%

R = 59.14%
G = 23.35%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#983C2D (or 0x983C2D) is known color: Tia Maria. HEX triplet: 98, 3C and 2D. RGB value is (152,60,45). Sum of RGB (Red+Green+Blue) = 152+60+45=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #983C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C2D is #67C3D2. Grayscale: #555555. Windows color (decimal): -6800339 or 2964632. OLE color: 2964632.

HSL color Cylindrical-coordinate representation of color #983C2D: hue angle of 8.41º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #983C2D is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 60 45 -
CMYK 0 0.61 0.70 0.40
HSL 8.41º 0.54% 0.39% -
HSV(B) 8.41º 0.7% 0.6% -
XYZ 15.04 10.1 3.64 -
YUV 85.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 152 60 45 0 0.61 0.70 0.40 8.41 0.54 0.39
Hex 98 3C 2D 0 3D 46 28 8 36 27
Octal 230 74 55 0 75 106 50 10 66 47
Binary 10011000 111100 101101 0 111101 1000110 101000 1000 110110 100111

Color Harmonies of #983C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C2D

Black with #983C2D

Text Example


Text Example

White with #983C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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