#473A3A

Color #473A3A Eclipse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eclipse #473A3A

Tints of Eclipse #473A3A

Color information

#473A3A (or 0x473A3A) is unknown color: approx Eclipse. HEX triplet: 47, 3A and 3A. RGB value is (71,58,58). Sum of RGB (Red+Green+Blue) = 71+58+58=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #473A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A3A is #B8C5C5. Grayscale: #3D3D3D. Windows color (decimal): -12109254 or 3816007. OLE color: 3816007.

HSL color Cylindrical-coordinate representation of color #473A3A: hue angle of 0º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #473A3A is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB715858-
CMYK00.180.180.72
HSL10.08%25.29%-
HSV(B)18.31%27.84%-
XYZ4.884.674.65-
YUV61.89125.81134.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=37.97%
G=31.02%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71585800.180.180.72010.0825.29
Hex473A3A01212480a19
Octal10772720222211001231
Binary10001111110101110100100101001010010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473A3A; }

 p { color: rgb(71,58,58); }

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

<style>
 a { background-color: #473A3A; }

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

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

<style>
 span { border-color: #473A3A; }

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

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