Html Css Color HEX #9C3A2B Tia Maria

📋 copy color: '#9C3A2B'

red 156 ◦ green 58 ◦ blue 43

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

Shades of Tia Maria #9C3A2B

Tints of Tia Maria #9C3A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 60.7%
G = 22.57%
B = 16.73%

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

#9C3A2B (or 0x9C3A2B) is known color: Tia Maria. HEX triplet: 9C, 3A and 2B. RGB value is (156,58,43). Sum of RGB (Red+Green+Blue) = 156+58+43=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3A2B is #63C5D4. Grayscale: #555555. Windows color (decimal): -6538709 or 2833052. OLE color: 2833052.

HSL color Cylindrical-coordinate representation of color #9C3A2B: hue angle of 7.96º degrees, saturation: 0.57, 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 #9C3A2B is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 58 43 -
CMYK 0 0.63 0.72 0.39
HSL 7.96º 0.57% 0.39% -
HSV(B) 7.96º 0.72% 0.61% -
XYZ 15.66 10.27 3.44 -
YUV 85.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 156 58 43 0 0.63 0.72 0.39 7.96 0.57 0.39
Hex 9C 3A 2B 0 3F 48 27 8 39 27
Octal 234 72 53 0 77 110 47 10 71 47
Binary 10011100 111010 101011 0 111111 1001000 100111 1000 111001 100111

Color Harmonies of #9C3A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3A2B

Black with #9C3A2B

Text Example


Text Example

White with #9C3A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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