#923528

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

Shades of Thunderbird #923528

Tints of Thunderbird #923528

Color information

#923528 (or 0x923528) is unknown color: approx Thunderbird. HEX triplet: 92, 35 and 28. RGB value is (146,53,40). Sum of RGB (Red+Green+Blue) = 146+53+40=239 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.09% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 146 - color contains mainly: red. Hex color #923528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923528 is #6DCAD7. Grayscale: #4F4F4F. Windows color (decimal): -7195352 or 2635154. OLE color: 2635154.

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

Color convert

RGB1465340-
CMYK00.640.730.43
HSL7.36º56.99%36.47%-
HSV(B)7.36º72.6%57.25%-
XYZ13.518.813-
YUV79.32105.81175.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 61.09%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=61.09%
G=22.18%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146534000.640.730.437.3656.9936.47
Hex923528040492B73924
Octal222655001001115377144
Binary10010010110101101000010000001001001101011111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923528; }

 p { color: rgb(146,53,40); }

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

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

 a { background-color: rgb(146,53,40); }

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

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

 span { border-color: rgb(146,53,40); }

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