#933B2F

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

Shades of Thunderbird #933B2F

Tints of Thunderbird #933B2F

Color information

#933B2F (or 0x933B2F) is unknown color: approx Thunderbird. HEX triplet: 93, 3B and 2F. RGB value is (147,59,47). Sum of RGB (Red+Green+Blue) = 147+59+47=253 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.10% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 147 - color contains mainly: red. Hex color #933B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933B2F is #6CC4D0. Grayscale: #545454. Windows color (decimal): -7128273 or 3095443. OLE color: 3095443.

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

Color convert

RGB1475947-
CMYK00.600.680.42
HSL7.2º51.55%38.04%-
HSV(B)7.2º68.03%57.65%-
XYZ14.119.543.79-
YUV83.94107.15172.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.10%
GREEN value IS 59 (23.44% from 255) = 23.32%
BLUE value IS 47 (18.75% from 255) = 18.58%
R=58.10%
G=23.32%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147594700.600.680.427.251.5538.04
Hex933B2F03C442A73426
Octal22373570741045276446
Binary1001001111101110111101111001000100101010111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,59,47); }

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

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

 a { background-color: rgb(147,59,47); }

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

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

 span { border-color: rgb(147,59,47); }

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