Html Css Color HEX #9C3720 Tia Maria

📋 copy color: '#9C3720'

red 156 ◦ green 55 ◦ blue 32

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

Shades of Tia Maria #9C3720

Tints of Tia Maria #9C3720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.63%

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

R = 64.2%
G = 22.63%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C3720 (or 0x9C3720) is known color: Tia Maria. HEX triplet: 9C, 37 and 20. RGB value is (156,55,32). Sum of RGB (Red+Green+Blue) = 156+55+32=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3720 is #63C8DF. Grayscale: #525252. Windows color (decimal): -6539488 or 2111388. OLE color: 2111388.

HSL color Cylindrical-coordinate representation of color #9C3720: hue angle of 11.13º 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 #9C3720 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 55 32 -
CMYK 0 0.65 0.79 0.39
HSL 11.13º 0.66% 0.37% -
HSV(B) 11.13º 0.79% 0.61% -
XYZ 15.34 9.9 2.47 -
YUV 82.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 156 55 32 0 0.65 0.79 0.39 11.13 0.66 0.37
Hex 9C 37 20 0 41 4F 27 B 42 25
Octal 234 67 40 0 101 117 47 13 102 45
Binary 10011100 110111 100000 0 1000001 1001111 100111 1011 1000010 100101

Color Harmonies of #9C3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3720

Black with #9C3720

Text Example


Text Example

White with #9C3720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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