#923D33

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

Shades of Thunderbird #923D33

Tints of Thunderbird #923D33

Color information

#923D33 (or 0x923D33) is unknown color: approx Thunderbird. HEX triplet: 92, 3D and 33. RGB value is (146,61,51). Sum of RGB (Red+Green+Blue) = 146+61+51=258 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.59% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 146 - color contains mainly: red. Hex color #923D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923D33 is #6DC2CC. Grayscale: #555555. Windows color (decimal): -7193293 or 3358098. OLE color: 3358098.

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

Color convert

RGB1466151-
CMYK00.580.650.43
HSL6.32º48.22%38.63%-
HSV(B)6.32º65.07%57.25%-
XYZ14.129.694.26-
YUV85.27108.66171.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.59%
GREEN value IS 61 (24.22% from 255) = 23.64%
BLUE value IS 51 (20.31% from 255) = 19.77%
R=56.59%
G=23.64%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146615100.580.650.436.3248.2238.63
Hex923D3303A412B63027
Octal22275630721015366047
Binary1001001011110111001101110101000001101011110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,61,51); }

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

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

 a { background-color: rgb(146,61,51); }

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

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

 span { border-color: rgb(146,61,51); }

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