#473A3D

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

Shades of Jon #473A3D

Tints of Jon #473A3D

Color information

#473A3D (or 0x473A3D) is unknown color: approx Jon. HEX triplet: 47, 3A and 3D. RGB value is (71,58,61). Sum of RGB (Red+Green+Blue) = 71+58+61=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #473A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A3D is #B8C5C2. Grayscale: #3E3E3E. Windows color (decimal): -12109251 or 4012615. OLE color: 4012615.

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

Color convert

RGB715861-
CMYK00.180.140.72
HSL346.15º10.08%25.29%-
HSV(B)346.15º18.31%27.84%-
XYZ4.954.75.06-
YUV62.23127.31134.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 58 (23.05% from 255) = 30.53%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=37.37%
G=30.53%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71586100.180.140.72346.1510.0825.29
Hex473A3D012E4815aa19
Octal1077275022161105321231
Binary100011111101011110101001011101001000101011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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