Html Css Color HEX #983C2E Tia Maria

📋 copy color: '#983C2E'

red 152 ◦ green 60 ◦ blue 46

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

Shades of Tia Maria #983C2E

Tints of Tia Maria #983C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.83%

R = 58.91%
G = 23.26%
B = 17.83%

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

#983C2E (or 0x983C2E) is known color: Tia Maria. HEX triplet: 98, 3C and 2E. RGB value is (152,60,46). Sum of RGB (Red+Green+Blue) = 152+60+46=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #983C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C2E is #67C3D1. Grayscale: #565656. Windows color (decimal): -6800338 or 3030168. OLE color: 3030168.

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

Color convert

RGB 152 60 46 -
CMYK 0 0.61 0.70 0.40
HSL 7.92º 0.54% 0.39% -
HSV(B) 7.92º 0.7% 0.6% -
XYZ 15.06 10.1 3.74 -
YUV 85.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 152 60 46 0 0.61 0.70 0.40 7.92 0.54 0.39
Hex 98 3C 2E 0 3D 46 28 8 36 27
Octal 230 74 56 0 75 106 50 10 66 47
Binary 10011000 111100 101110 0 111101 1000110 101000 1000 110110 100111

Color Harmonies of #983C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C2E

Black with #983C2E

Text Example


Text Example

White with #983C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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