Html Css Color HEX #49373B Jon

📋 copy color: '#49373B'

red 73 ◦ green 55 ◦ blue 59

#49373B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jon #49373B

Tints of Jon #49373B

RGB

 RED value IS 73 (28.91% from 255) = 39.04%

 GREEN value IS 55 (21.88% from 255) = 29.41%

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 39.04%
G = 29.41%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#49373B (or 0x49373B) is known color: Jon. HEX triplet: 49, 37 and 3B. RGB value is (73,55,59). Sum of RGB (Red+Green+Blue) = 73+55+59=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49373B is #B6C8C4. Grayscale: #3C3C3C. Windows color (decimal): -11978949 or 3880777. OLE color: 3880777.

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

Color convert

RGB 73 55 59 -
CMYK 0 0.25 0.19 0.71
HSL 346.67º 0.14% 0.25% -
HSV(B) 346.67º 0.25% 0.29% -
XYZ 4.9 4.46 4.74 -
YUV 60.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 73 55 59 0 0.25 0.19 0.71 346.67 0.14 0.25
Hex 49 37 3B 0 19 13 47 15B E 19
Octal 111 67 73 0 31 23 107 533 16 31
Binary 1001001 110111 111011 0 11001 10011 1000111 101011011 1110 11001

Color Harmonies of #49373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49373B

Black with #49373B

Text Example


Text Example

White with #49373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49373B;
 }
 .AnyTagClassName
 {
   color: #49373B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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