#923C2E

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

Shades of Thunderbird #923C2E

Tints of Thunderbird #923C2E

Color information

#923C2E (or 0x923C2E) is unknown color: approx Thunderbird. HEX triplet: 92, 3C and 2E. RGB value is (146,60,46). Sum of RGB (Red+Green+Blue) = 146+60+46=252 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.94% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 146 - color contains mainly: red. Hex color #923C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923C2E is #6DC3D1. Grayscale: #545454. Windows color (decimal): -7193554 or 3030162. OLE color: 3030162.

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

Color convert

RGB1466046-
CMYK00.590.680.43
HSL8.4º52.08%37.65%-
HSV(B)8.4º68.49%57.25%-
XYZ13.969.543.69-
YUV84.12106.49172.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.94%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 46 (18.36% from 255) = 18.25%
R=57.94%
G=23.81%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146604600.590.680.438.452.0837.65
Hex923C2E03B442B83426
Octal222745607310453106446
Binary10010010111100101110011101110001001010111000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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