#9C3829

Color #9C3829 Thunderbird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thunderbird #9C3829

Tints of Thunderbird #9C3829

Color information

#9C3829 (or 0x9C3829) is unknown color: approx Thunderbird. HEX triplet: 9C, 38 and 29. RGB value is (156,56,41). Sum of RGB (Red+Green+Blue) = 156+56+41=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3829 is #63C7D6. Grayscale: #545454. Windows color (decimal): -6539223 or 2701468. OLE color: 2701468.

HSL color Cylindrical-coordinate representation of color #9C3829: hue angle of 7.83º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C3829 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB1565641-
CMYK00.640.740.39
HSL7.83º58.38%38.63%-
HSV(B)7.83º73.72%61.18%-
XYZ15.5210.063.22-
YUV84.19103.63179.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.66%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 41 (16.41% from 255) = 16.21%
R=61.66%
G=22.13%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156564100.640.740.397.8358.3838.63
Hex9C38290404A2783a27
Octal2347051010011247107247
Binary100111001110001010010100000010010101001111000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,56,41); }

 H1.HeaderClassName
 {
   color: #9C3829;
 }
 .AnyTagClassName
 {
   color: #9C3829;
 }
</style>
background-color css

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

 a { background-color: rgb(156,56,41); }

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

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

 span { border-color: rgb(156,56,41); }

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