Html Css Color HEX #9C3A2C Tia Maria

📋 copy color: '#9C3A2C'

red 156 ◦ green 58 ◦ blue 44

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

Shades of Tia Maria #9C3A2C

Tints of Tia Maria #9C3A2C

RGB

 RED value IS 156 (61.33% from 255) = 60.47%

 GREEN value IS 58 (23.05% from 255) = 22.48%

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 60.47%
G = 22.48%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C3A2C (or 0x9C3A2C) is known color: Tia Maria. HEX triplet: 9C, 3A and 2C. RGB value is (156,58,44). Sum of RGB (Red+Green+Blue) = 156+58+44=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3A2C is #63C5D3. Grayscale: #555555. Windows color (decimal): -6538708 or 2898588. OLE color: 2898588.

HSL color Cylindrical-coordinate representation of color #9C3A2C: hue angle of 7.5º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C3A2C is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 58 44 -
CMYK 0 0.63 0.72 0.39
HSL 7.5º 0.56% 0.39% -
HSV(B) 7.5º 0.72% 0.61% -
XYZ 15.68 10.28 3.54 -
YUV 85.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 156 58 44 0 0.63 0.72 0.39 7.5 0.56 0.39
Hex 9C 3A 2C 0 3F 48 27 8 38 27
Octal 234 72 54 0 77 110 47 10 70 47
Binary 10011100 111010 101100 0 111111 1001000 100111 1000 111000 100111

Color Harmonies of #9C3A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3A2C

Black with #9C3A2C

Text Example


Text Example

White with #9C3A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C3A2C; }

 p { color: rgb(156,58,44); }

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

background-color css

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

 a { background-color: rgb(156,58,44); }

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

border-color css

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

 span { border-color: rgb(156,58,44); }

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