Html Css Color HEX #9C3A20 Tia Maria

📋 copy color: '#9C3A20'

red 156 ◦ green 58 ◦ blue 32

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

Shades of Tia Maria #9C3A20

Tints of Tia Maria #9C3A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.01%

R = 63.41%
G = 23.58%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C3A20 (or 0x9C3A20) is known color: Tia Maria. HEX triplet: 9C, 3A and 20. RGB value is (156,58,32). Sum of RGB (Red+Green+Blue) = 156+58+32=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3A20 is #63C5DF. Grayscale: #545454. Windows color (decimal): -6538720 or 2112156. OLE color: 2112156.

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

Color convert

RGB 156 58 32 -
CMYK 0 0.63 0.79 0.39
HSL 12.58º 0.66% 0.37% -
HSV(B) 12.58º 0.79% 0.61% -
XYZ 15.48 10.2 2.52 -
YUV 84.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 156 58 32 0 0.63 0.79 0.39 12.58 0.66 0.37
Hex 9C 3A 20 0 3F 4F 27 D 42 25
Octal 234 72 40 0 77 117 47 15 102 45
Binary 10011100 111010 100000 0 111111 1001111 100111 1101 1000010 100101

Color Harmonies of #9C3A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3A20

Black with #9C3A20

Text Example


Text Example

White with #9C3A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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