Html Css Color HEX #9C392A Tia Maria

📋 copy color: '#9C392A'

red 156 ◦ green 57 ◦ blue 42

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

Shades of Tia Maria #9C392A

Tints of Tia Maria #9C392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 61.18%
G = 22.35%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9C392A (or 0x9C392A) is known color: Tia Maria. HEX triplet: 9C, 39 and 2A. RGB value is (156,57,42). Sum of RGB (Red+Green+Blue) = 156+57+42=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C392A is #63C6D5. Grayscale: #555555. Windows color (decimal): -6538966 or 2767260. OLE color: 2767260.

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

Color convert

RGB 156 57 42 -
CMYK 0 0.63 0.73 0.39
HSL 7.89º 0.58% 0.39% -
HSV(B) 7.89º 0.73% 0.61% -
XYZ 15.59 10.16 3.33 -
YUV 84.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 156 57 42 0 0.63 0.73 0.39 7.89 0.58 0.39
Hex 9C 39 2A 0 3F 49 27 8 3A 27
Octal 234 71 52 0 77 111 47 10 72 47
Binary 10011100 111001 101010 0 111111 1001001 100111 1000 111010 100111

Color Harmonies of #9C392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C392A

Black with #9C392A

Text Example


Text Example

White with #9C392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,57,42); }

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

background-color css

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

 a { background-color: rgb(156,57,42); }

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

border-color css

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

 span { border-color: rgb(156,57,42); }

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