Html Css Color HEX #9C3A2E Thunderbird

📋 copy color: '#9C3A2E'

red 156 ◦ green 58 ◦ blue 46

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

Shades of Thunderbird #9C3A2E

Tints of Thunderbird #9C3A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 60%
G = 22.31%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#9C3A2E (or 0x9C3A2E) is known color: Thunderbird. HEX triplet: 9C, 3A and 2E. RGB value is (156,58,46). Sum of RGB (Red+Green+Blue) = 156+58+46=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3A2E is #63C5D1. Grayscale: #565656. Windows color (decimal): -6538706 or 3029660. OLE color: 3029660.

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

Color convert

RGB 156 58 46 -
CMYK 0 0.63 0.71 0.39
HSL 6.55º 0.54% 0.4% -
HSV(B) 6.55º 0.71% 0.61% -
XYZ 15.72 10.29 3.74 -
YUV 85.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 156 58 46 0 0.63 0.71 0.39 6.55 0.54 0.4
Hex 9C 3A 2E 0 3F 47 27 7 36 28
Octal 234 72 56 0 77 107 47 7 66 50
Binary 10011100 111010 101110 0 111111 1000111 100111 111 110110 101000

Color Harmonies of #9C3A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3A2E

Black with #9C3A2E

Text Example


Text Example

White with #9C3A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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