#923A34

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

Shades of Thunderbird #923A34

Tints of Thunderbird #923A34

Color information

#923A34 (or 0x923A34) is unknown color: approx Thunderbird. HEX triplet: 92, 3A and 34. RGB value is (146,58,52). Sum of RGB (Red+Green+Blue) = 146+58+52=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #923A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923A34 is #6DC5CB. Grayscale: #535353. Windows color (decimal): -7194060 or 3422866. OLE color: 3422866.

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

Color convert

RGB1465852-
CMYK00.600.640.43
HSL3.83º47.47%38.82%-
HSV(B)3.83º64.38%57.25%-
XYZ13.999.394.32-
YUV83.63110.15172.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.03%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 52 (20.70% from 255) = 20.31%
R=57.03%
G=22.66%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146585200.600.640.433.8347.4738.82
Hex923A3403C402B42f27
Octal22272640741005345747
Binary1001001011101011010001111001000000101011100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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