#923B2D

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

Shades of Thunderbird #923B2D

Tints of Thunderbird #923B2D

Color information

#923B2D (or 0x923B2D) is unknown color: approx Thunderbird. HEX triplet: 92, 3B and 2D. RGB value is (146,59,45). Sum of RGB (Red+Green+Blue) = 146+59+45=250 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.4% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 146 - color contains mainly: red. Hex color #923B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923B2D is #6DC4D2. Grayscale: #535353. Windows color (decimal): -7193811 or 2964370. OLE color: 2964370.

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

Color convert

RGB1465945-
CMYK00.600.690.43
HSL8.32º52.88%37.45%-
HSV(B)8.32º69.18%57.25%-
XYZ13.899.433.57-
YUV83.42106.32172.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.4%
GREEN value IS 59 (23.44% from 255) = 23.6%
BLUE value IS 45 (17.97% from 255) = 18%
R=58.4%
G=23.6%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146594500.600.690.438.3252.8837.45
Hex923B2D03C452B83525
Octal222735507410553106545
Binary10010010111011101101011110010001011010111000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,59,45); }

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

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

 a { background-color: rgb(146,59,45); }

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

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

 span { border-color: rgb(146,59,45); }

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