Html Css Color HEX #9C392C Thunderbird

📋 copy color: '#9C392C'

red 156 ◦ green 57 ◦ blue 44

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

Shades of Thunderbird #9C392C

Tints of Thunderbird #9C392C

RGB

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

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

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

R = 60.7%
G = 22.18%
B = 17.12%

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

#9C392C (or 0x9C392C) is known color: Thunderbird. HEX triplet: 9C, 39 and 2C. RGB value is (156,57,44). Sum of RGB (Red+Green+Blue) = 156+57+44=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C392C is #63C6D3. Grayscale: #555555. Windows color (decimal): -6538964 or 2898332. OLE color: 2898332.

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

Color convert

RGB 156 57 44 -
CMYK 0 0.63 0.72 0.39
HSL 6.96º 0.56% 0.39% -
HSV(B) 6.96º 0.72% 0.61% -
XYZ 15.63 10.18 3.52 -
YUV 85.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 156 57 44 0 0.63 0.72 0.39 6.96 0.56 0.39
Hex 9C 39 2C 0 3F 48 27 7 38 27
Octal 234 71 54 0 77 110 47 7 70 47
Binary 10011100 111001 101100 0 111111 1001000 100111 111 111000 100111

Color Harmonies of #9C392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C392C

Black with #9C392C

Text Example


Text Example

White with #9C392C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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