#923935

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

Shades of Thunderbird #923935

Tints of Thunderbird #923935

Color information

#923935 (or 0x923935) is unknown color: approx Thunderbird. HEX triplet: 92, 39 and 35. RGB value is (146,57,53). Sum of RGB (Red+Green+Blue) = 146+57+53=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #923935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923935 is #6DC6CA. Grayscale: #535353. Windows color (decimal): -7194315 or 3488146. OLE color: 3488146.

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

Color convert

RGB1465753-
CMYK00.610.640.43
HSL2.58º46.73%39.02%-
HSV(B)2.58º63.7%57.25%-
XYZ13.969.294.43-
YUV83.16110.99172.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.03%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=57.03%
G=22.27%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146575300.610.640.432.5846.7339.02
Hex92393503D402B32f27
Octal22271650751005335747
Binary100100101110011101010111101100000010101111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923935; }

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

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

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

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

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

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

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

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