#923C35

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

Shades of Thunderbird #923C35

Tints of Thunderbird #923C35

Color information

#923C35 (or 0x923C35) is unknown color: approx Thunderbird. HEX triplet: 92, 3C and 35. RGB value is (146,60,53). Sum of RGB (Red+Green+Blue) = 146+60+53=259 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.37% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 146 - color contains mainly: red. Hex color #923C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923C35 is #6DC3CA. Grayscale: #555555. Windows color (decimal): -7193547 or 3488914. OLE color: 3488914.

HSL color Cylindrical-coordinate representation of color #923C35: hue angle of 4.52º 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 #923C35 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB1466053-
CMYK00.590.640.43
HSL4.52º46.73%39.02%-
HSV(B)4.52º63.7%57.25%-
XYZ14.119.64.48-
YUV84.92109.99171.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.37%
GREEN value IS 60 (23.83% from 255) = 23.17%
BLUE value IS 53 (21.09% from 255) = 20.46%
R=56.37%
G=23.17%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146605300.590.640.434.5246.7339.02
Hex923C3503B402B52f27
Octal22274650731005355747
Binary1001001011110011010101110111000000101011101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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