#933B2E

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

Shades of Thunderbird #933B2E

Tints of Thunderbird #933B2E

Color information

#933B2E (or 0x933B2E) is unknown color: approx Thunderbird. HEX triplet: 93, 3B and 2E. RGB value is (147,59,46). Sum of RGB (Red+Green+Blue) = 147+59+46=252 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.33% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 147 - color contains mainly: red. Hex color #933B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933B2E is #6CC4D1. Grayscale: #535353. Windows color (decimal): -7128274 or 3029907. OLE color: 3029907.

HSL color Cylindrical-coordinate representation of color #933B2E: hue angle of 7.72º 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 #933B2E is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1475946-
CMYK00.600.690.42
HSL7.72º52.33%37.84%-
HSV(B)7.72º68.71%57.65%-
XYZ14.099.533.68-
YUV83.83106.65173.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.33%
GREEN value IS 59 (23.44% from 255) = 23.41%
BLUE value IS 46 (18.36% from 255) = 18.25%
R=58.33%
G=23.41%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147594600.600.690.427.7252.3337.84
Hex933B2E03C452A83426
Octal223735607410552106446
Binary10010011111011101110011110010001011010101000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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