#49373C

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

Shades of Jon #49373C

Tints of Jon #49373C

Color information

#49373C (or 0x49373C) is unknown color: approx Jon. HEX triplet: 49, 37 and 3C. RGB value is (73,55,60). Sum of RGB (Red+Green+Blue) = 73+55+60=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #49373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49373C is #B6C8C3. Grayscale: #3C3C3C. Windows color (decimal): -11978948 or 3946313. OLE color: 3946313.

HSL color Cylindrical-coordinate representation of color #49373C: hue angle of 343.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #49373C is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB735560-
CMYK00.250.180.71
HSL343.33º14.06%25.1%-
HSV(B)343.33º24.66%28.63%-
XYZ4.934.484.88-
YUV60.95127.46136.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=38.83%
G=29.26%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73556000.250.180.71343.3314.0625.1
Hex49373C0191247157e19
Octal1116774031221075271631
Binary1001001110111111100011001100101000111101010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49373C; }

 p { color: rgb(73,55,60); }

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

<style>
 a { background-color: #49373C; }

 a { background-color: rgb(73,55,60); }

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

<style>
 span { border-color: #49373C; }

 span { border-color: rgb(73,55,60); }

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