#8C3834

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

Shades of Thunderbird #8C3834

Tints of Thunderbird #8C3834

Color information

#8C3834 (or 0x8C3834) is unknown color: approx Thunderbird. HEX triplet: 8C, 38 and 34. RGB value is (140,56,52). Sum of RGB (Red+Green+Blue) = 140+56+52=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3834 is #73C7CB. Grayscale: #505050. Windows color (decimal): -7587788 or 3422348. OLE color: 3422348.

HSL color Cylindrical-coordinate representation of color #8C3834: hue angle of 2.73º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3834 is Cyan = 0, Magento = 0.6, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB1405652-
CMYK00.60.630.45
HSL2.73º45.83%37.65%-
HSV(B)2.73º62.86%54.9%-
XYZ12.858.654.24-
YUV80.66111.83170.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.45%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 52 (20.70% from 255) = 20.97%
R=56.45%
G=22.58%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140565200.60.630.452.7345.8337.65
Hex8C383403C3F2D32e26
Octal2147064074775535646
Binary10001100111000110100011110011111110110111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3834; }

 p { color: rgb(140,56,52); }

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

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

 a { background-color: rgb(140,56,52); }

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

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

 span { border-color: rgb(140,56,52); }

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