#923A30

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

Shades of Thunderbird #923A30

Tints of Thunderbird #923A30

Color information

#923A30 (or 0x923A30) is unknown color: approx Thunderbird. HEX triplet: 92, 3A and 30. RGB value is (146,58,48). Sum of RGB (Red+Green+Blue) = 146+58+48=252 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.94% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 146 - color contains mainly: red. Hex color #923A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923A30 is #6DC5CF. Grayscale: #535353. Windows color (decimal): -7194064 or 3160722. OLE color: 3160722.

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

Color convert

RGB1465848-
CMYK00.600.670.43
HSL6.12º50.52%38.04%-
HSV(B)6.12º67.12%57.25%-
XYZ13.99.353.87-
YUV83.17108.15172.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.94%
GREEN value IS 58 (23.05% from 255) = 23.02%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=57.94%
G=23.02%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146584800.600.670.436.1250.5238.04
Hex923A3003C432B63326
Octal22272600741035366346
Binary1001001011101011000001111001000011101011110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,58,48); }

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

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

 a { background-color: rgb(146,58,48); }

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

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

 span { border-color: rgb(146,58,48); }

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