#923B35

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

Shades of Thunderbird #923B35

Tints of Thunderbird #923B35

Color information

#923B35 (or 0x923B35) is unknown color: approx Thunderbird. HEX triplet: 92, 3B and 35. RGB value is (146,59,53). Sum of RGB (Red+Green+Blue) = 146+59+53=258 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.59% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 146 - color contains mainly: red. Hex color #923B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923B35 is #6DC4CA. Grayscale: #545454. Windows color (decimal): -7193803 or 3488658. OLE color: 3488658.

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

Color convert

RGB1465953-
CMYK00.600.640.43
HSL3.87º46.73%39.02%-
HSV(B)3.87º63.7%57.25%-
XYZ14.069.54.46-
YUV84.33110.32171.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.59%
GREEN value IS 59 (23.44% from 255) = 22.87%
BLUE value IS 53 (21.09% from 255) = 20.54%
R=56.59%
G=22.87%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146595300.600.640.433.8746.7339.02
Hex923B3503C402B42f27
Octal22273650741005345747
Binary1001001011101111010101111001000000101011100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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