#923932

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

Shades of Thunderbird #923932

Tints of Thunderbird #923932

Color information

#923932 (or 0x923932) is unknown color: approx Thunderbird. HEX triplet: 92, 39 and 32. RGB value is (146,57,50). Sum of RGB (Red+Green+Blue) = 146+57+50=253 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.71% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 146 - color contains mainly: red. Hex color #923932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923932 is #6DC6CD. Grayscale: #525252. Windows color (decimal): -7194318 or 3291538. OLE color: 3291538.

HSL color Cylindrical-coordinate representation of color #923932: hue angle of 4.38º 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 #923932 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1465750-
CMYK00.610.660.43
HSL4.38º48.98%38.43%-
HSV(B)4.38º65.75%57.25%-
XYZ13.899.274.07-
YUV82.81109.49173.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.71%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 50 (19.92% from 255) = 19.76%
R=57.71%
G=22.53%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146575000.610.660.434.3848.9838.43
Hex92393203D422B43126
Octal22271620751025346146
Binary1001001011100111001001111011000010101011100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923932; }

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

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

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

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

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

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

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

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