#923A36

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

Shades of Thunderbird #923A36

Tints of Thunderbird #923A36

Color information

#923A36 (or 0x923A36) is unknown color: approx Thunderbird. HEX triplet: 92, 3A and 36. RGB value is (146,58,54). Sum of RGB (Red+Green+Blue) = 146+58+54=258 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.59% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 146 - color contains mainly: red. Hex color #923A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923A36 is #6DC5C9. Grayscale: #535353. Windows color (decimal): -7194058 or 3553938. OLE color: 3553938.

HSL color Cylindrical-coordinate representation of color #923A36: hue angle of 2.61º 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 #923A36 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1465854-
CMYK00.600.630.43
HSL2.61º46%39.22%-
HSV(B)2.61º63.01%57.25%-
XYZ14.039.44.57-
YUV83.86111.15172.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.59%
GREEN value IS 58 (23.05% from 255) = 22.48%
BLUE value IS 54 (21.48% from 255) = 20.93%
R=56.59%
G=22.48%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146585400.600.630.432.614639.22
Hex923A3603C3F2B32e27
Octal2227266074775335647
Binary10010010111010110110011110011111110101111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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