#49383D

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

Shades of Jon #49383D

Tints of Jon #49383D

Color information

#49383D (or 0x49383D) is unknown color: approx Jon. HEX triplet: 49, 38 and 3D. RGB value is (73,56,61). Sum of RGB (Red+Green+Blue) = 73+56+61=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #49383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49383D is #B6C7C2. Grayscale: #3D3D3D. Windows color (decimal): -11978691 or 4012105. OLE color: 4012105.

HSL color Cylindrical-coordinate representation of color #49383D: hue angle of 342.35º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #49383D is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB735661-
CMYK00.230.160.71
HSL342.35º13.18%25.29%-
HSV(B)342.35º23.29%28.63%-
XYZ54.585.04-
YUV61.65127.63136.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 56 (22.27% from 255) = 29.47%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=38.42%
G=29.47%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73566100.230.160.71342.3513.1825.29
Hex49383D0171047156d19
Octal1117075027201075261531
Binary1001001111000111101010111100001000111101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49383D; }

 p { color: rgb(73,56,61); }

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

<style>
 a { background-color: #49383D; }

 a { background-color: rgb(73,56,61); }

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

<style>
 span { border-color: #49383D; }

 span { border-color: rgb(73,56,61); }

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