Html Css Color HEX #49383A Jon

📋 copy color: '#49383A'

red 73 ◦ green 56 ◦ blue 58

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

Shades of Jon #49383A

Tints of Jon #49383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.95%

 BLUE value IS 58 (23.05% from 255) = 31.02%

R = 39.04%
G = 29.95%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#49383A (or 0x49383A) is known color: Jon. HEX triplet: 49, 38 and 3A. RGB value is (73,56,58). Sum of RGB (Red+Green+Blue) = 73+56+58=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49383A is #B6C7C5. Grayscale: #3D3D3D. Windows color (decimal): -11978694 or 3815497. OLE color: 3815497.

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

Color convert

RGB 73 56 58 -
CMYK 0 0.23 0.21 0.71
HSL 352.94º 0.13% 0.25% -
HSV(B) 352.94º 0.23% 0.29% -
XYZ 4.93 4.55 4.62 -
YUV 61.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 73 56 58 0 0.23 0.21 0.71 352.94 0.13 0.25
Hex 49 38 3A 0 17 15 47 161 D 19
Octal 111 70 72 0 27 25 107 541 15 31
Binary 1001001 111000 111010 0 10111 10101 1000111 101100001 1101 11001

Color Harmonies of #49383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49383A

Black with #49383A

Text Example


Text Example

White with #49383A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49383A;
 }
 .AnyTagClassName
 {
   color: #49383A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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