Html Css Color HEX #983C27 Tia Maria

📋 copy color: '#983C27'

red 152 ◦ green 60 ◦ blue 39

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

Shades of Tia Maria #983C27

Tints of Tia Maria #983C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.54%

R = 60.56%
G = 23.9%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#983C27 (or 0x983C27) is known color: Tia Maria. HEX triplet: 98, 3C and 27. RGB value is (152,60,39). Sum of RGB (Red+Green+Blue) = 152+60+39=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #983C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C27 is #67C3D8. Grayscale: #555555. Windows color (decimal): -6800345 or 2571416. OLE color: 2571416.

HSL color Cylindrical-coordinate representation of color #983C27: hue angle of 11.15º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #983C27 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 60 39 -
CMYK 0 0.61 0.74 0.40
HSL 11.15º 0.59% 0.37% -
HSV(B) 11.15º 0.74% 0.6% -
XYZ 14.93 10.05 3.07 -
YUV 85.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 152 60 39 0 0.61 0.74 0.40 11.15 0.59 0.37
Hex 98 3C 27 0 3D 4A 28 B 3B 25
Octal 230 74 47 0 75 112 50 13 73 45
Binary 10011000 111100 100111 0 111101 1001010 101000 1011 111011 100101

Color Harmonies of #983C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C27

Black with #983C27

Text Example


Text Example

White with #983C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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