#923C36

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

Shades of Thunderbird #923C36

Tints of Thunderbird #923C36

Color information

#923C36 (or 0x923C36) is unknown color: approx Thunderbird. HEX triplet: 92, 3C and 36. RGB value is (146,60,54). Sum of RGB (Red+Green+Blue) = 146+60+54=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #923C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923C36 is #6DC3C9. Grayscale: #555555. Windows color (decimal): -7193546 or 3554450. OLE color: 3554450.

HSL color Cylindrical-coordinate representation of color #923C36: hue angle of 3.91º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #923C36 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1466054-
CMYK00.590.630.43
HSL3.91º46%39.22%-
HSV(B)3.91º63.01%57.25%-
XYZ14.149.614.6-
YUV85.03110.49171.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.15%
GREEN value IS 60 (23.83% from 255) = 23.08%
BLUE value IS 54 (21.48% from 255) = 20.77%
R=56.15%
G=23.08%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146605400.590.630.433.914639.22
Hex923C3603B3F2B42e27
Octal2227466073775345647
Binary100100101111001101100111011111111101011100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923C36; }

 p { color: rgb(146,60,54); }

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

<style>
 a { background-color: #923C36; }

 a { background-color: rgb(146,60,54); }

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

<style>
 span { border-color: #923C36; }

 span { border-color: rgb(146,60,54); }

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