#923E31

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

Shades of Thunderbird #923E31

Tints of Thunderbird #923E31

Color information

#923E31 (or 0x923E31) is unknown color: approx Thunderbird. HEX triplet: 92, 3E and 31. RGB value is (146,62,49). Sum of RGB (Red+Green+Blue) = 146+62+49=257 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.81% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 146 - color contains mainly: red. Hex color #923E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923E31 is #6DC1CE. Grayscale: #555555. Windows color (decimal): -7193039 or 3227282. OLE color: 3227282.

HSL color Cylindrical-coordinate representation of color #923E31: hue angle of 8.04º degrees, saturation: 0.5, 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 #923E31 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1466249-
CMYK00.580.660.43
HSL8.04º49.74%38.24%-
HSV(B)8.04º66.44%57.25%-
XYZ14.139.784.05-
YUV85.63107.33171.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.81%
GREEN value IS 62 (24.61% from 255) = 24.12%
BLUE value IS 49 (19.53% from 255) = 19.07%
R=56.81%
G=24.12%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146624900.580.660.438.0449.7438.24
Hex923E3103A422B83226
Octal222766107210253106246
Binary10010010111110110001011101010000101010111000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,62,49); }

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

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

 a { background-color: rgb(146,62,49); }

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

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

 span { border-color: rgb(146,62,49); }

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