Html Css Color HEX #49383B Jon

📋 copy color: '#49383B'

red 73 ◦ green 56 ◦ blue 59

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

Shades of Jon #49383B

Tints of Jon #49383B

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 value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#49383B (or 0x49383B) is known color: 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

RGB 73 56 59 -
CMYK 0 0.23 0.19 0.71
HSL 349.41º 0.13% 0.25% -
HSV(B) 349.41º 0.23% 0.29% -
XYZ 4.95 4.56 4.76 -
YUV 61.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 73 56 59 0 0.23 0.19 0.71 349.41 0.13 0.25
Hex 49 38 3B 0 17 13 47 15D D 19
Octal 111 70 73 0 27 23 107 535 15 31
Binary 1001001 111000 111011 0 10111 10011 1000111 101011101 1101 11001

Color Harmonies of #49383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49383B

Black with #49383B

Text Example


Text Example

White with #49383B

Text Example


Text Example

HTML Codes & Css Web 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>