#923332

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

Shades of Thunderbird #923332

Tints of Thunderbird #923332

Color information

#923332 (or 0x923332) is unknown color: approx Thunderbird. HEX triplet: 92, 33 and 32. RGB value is (146,51,50). Sum of RGB (Red+Green+Blue) = 146+51+50=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #923332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923332 is #6DCCCD. Grayscale: #4F4F4F. Windows color (decimal): -7195854 or 3290002. OLE color: 3290002.

HSL color Cylindrical-coordinate representation of color #923332: hue angle of 0.63º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923332 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1465150-
CMYK00.650.660.43
HSL0.63º48.98%38.43%-
HSV(B)0.63º65.75%57.25%-
XYZ13.618.713.98-
YUV79.29111.47175.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.11%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 50 (19.92% from 255) = 20.24%
R=59.11%
G=20.65%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146515000.650.660.430.6348.9838.43
Hex923332041422B13126
Octal222636201011025316146
Binary100100101100111100100100000110000101010111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923332; }

 p { color: rgb(146,51,50); }

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

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

 a { background-color: rgb(146,51,50); }

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

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

 span { border-color: rgb(146,51,50); }

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