Html Css Color HEX #49383C Jon

📋 copy color: '#49383C'

red 73 ◦ green 56 ◦ blue 60

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

Shades of Jon #49383C

Tints of Jon #49383C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 38.62%
G = 29.63%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#49383C (or 0x49383C) is known color: Jon. HEX triplet: 49, 38 and 3C. RGB value is (73,56,60). Sum of RGB (Red+Green+Blue) = 73+56+60=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #49383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49383C is #B6C7C3. Grayscale: #3D3D3D. Windows color (decimal): -11978692 or 3946569. OLE color: 3946569.

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

Color convert

RGB 73 56 60 -
CMYK 0 0.23 0.18 0.71
HSL 345.88º 0.13% 0.25% -
HSV(B) 345.88º 0.23% 0.29% -
XYZ 4.98 4.57 4.89 -
YUV 61.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 73 56 60 0 0.23 0.18 0.71 345.88 0.13 0.25
Hex 49 38 3C 0 17 12 47 15A D 19
Octal 111 70 74 0 27 22 107 532 15 31
Binary 1001001 111000 111100 0 10111 10010 1000111 101011010 1101 11001

Color Harmonies of #49383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49383C

Black with #49383C

Text Example


Text Example

White with #49383C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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