#473A3C

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

Shades of Jon #473A3C

Tints of Jon #473A3C

Color information

#473A3C (or 0x473A3C) is unknown color: approx Jon. HEX triplet: 47, 3A and 3C. RGB value is (71,58,60). Sum of RGB (Red+Green+Blue) = 71+58+60=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #473A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A3C is #B8C5C3. Grayscale: #3E3E3E. Windows color (decimal): -12109252 or 3947079. OLE color: 3947079.

HSL color Cylindrical-coordinate representation of color #473A3C: hue angle of 350.77º 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 #473A3C is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB715860-
CMYK00.180.150.72
HSL350.77º10.08%25.29%-
HSV(B)350.77º18.31%27.84%-
XYZ4.934.694.92-
YUV62.11126.81134.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 58 (23.05% from 255) = 30.69%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=37.57%
G=30.69%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71586000.180.150.72350.7710.0825.29
Hex473A3C012F4815fa19
Octal1077274022171105371231
Binary100011111101011110001001011111001000101011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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