#933A2E

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

Shades of Thunderbird #933A2E

Tints of Thunderbird #933A2E

Color information

#933A2E (or 0x933A2E) is unknown color: approx Thunderbird. HEX triplet: 93, 3A and 2E. RGB value is (147,58,46). Sum of RGB (Red+Green+Blue) = 147+58+46=251 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.57% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 147 - color contains mainly: red. Hex color #933A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933A2E is #6CC5D1. Grayscale: #535353. Windows color (decimal): -7128530 or 3029651. OLE color: 3029651.

HSL color Cylindrical-coordinate representation of color #933A2E: hue angle of 7.13º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #933A2E is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1475846-
CMYK00.610.690.42
HSL7.13º52.33%37.84%-
HSV(B)7.13º68.71%57.65%-
XYZ14.049.433.66-
YUV83.24106.99173.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.57%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 46 (18.36% from 255) = 18.33%
R=58.57%
G=23.11%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147584600.610.690.427.1352.3337.84
Hex933A2E03D452A73426
Octal22372560751055276446
Binary1001001111101010111001111011000101101010111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933A2E; }

 p { color: rgb(147,58,46); }

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

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

 a { background-color: rgb(147,58,46); }

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

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

 span { border-color: rgb(147,58,46); }

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