#49383B

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

Shades of Jon #49383B

Tints of Jon #49383B

Color information

#49383B (or 0x49383B) is unknown color: approx Jon. HEX triplet: 49, 38 and 3B. RGB value is (73,56,59). Sum of RGB (Red+Green+Blue) = 73+56+59=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #49383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49383B is #B6C7C4. Grayscale: #3D3D3D. Windows color (decimal): -11978693 or 3881033. OLE color: 3881033.

HSL color Cylindrical-coordinate representation of color #49383B: hue angle of 349.41º 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 #49383B is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB735659-
CMYK00.230.190.71
HSL349.41º13.18%25.29%-
HSV(B)349.41º23.29%28.63%-
XYZ4.954.564.76-
YUV61.42126.63136.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 56 (22.27% from 255) = 29.79%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=38.83%
G=29.79%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73565900.230.190.71349.4113.1825.29
Hex49383B017134715dd19
Octal1117073027231075351531
Binary1001001111000111011010111100111000111101011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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