Html Css Color HEX #49353F Barossa

📋 copy color: '#49353F'

red 73 ◦ green 53 ◦ blue 63

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

Shades of Barossa #49353F

Tints of Barossa #49353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.04%

 BLUE value IS 63 (25% from 255) = 33.33%

R = 38.62%
G = 28.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49353F (or 0x49353F) is known color: Barossa. HEX triplet: 49, 35 and 3F. RGB value is (73,53,63). Sum of RGB (Red+Green+Blue) = 73+53+63=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #49353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49353F is #B6CAC0. Grayscale: #3C3C3C. Windows color (decimal): -11979457 or 4142409. OLE color: 4142409.

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

Color convert

RGB 73 53 63 -
CMYK 0 0.27 0.14 0.71
HSL 330º 0.16% 0.25% -
HSV(B) 330º 0.27% 0.29% -
XYZ 4.92 4.32 5.28 -
YUV 60.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 73 53 63 0 0.27 0.14 0.71 330 0.16 0.25
Hex 49 35 3F 0 1B E 47 14A 10 19
Octal 111 65 77 0 33 16 107 512 20 31
Binary 1001001 110101 111111 0 11011 1110 1000111 101001010 10000 11001

Color Harmonies of #49353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49353F

Black with #49353F

Text Example


Text Example

White with #49353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49353F; }

 p { color: rgb(73,53,63); }

 H1.HeaderClassName
 {
   color: #49353F;
 }
 .AnyTagClassName
 {
   color: #49353F;
 }
</style>

background-color css

<style>
 a { background-color: #49353F; }

 a { background-color: rgb(73,53,63); }

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

border-color css

<style>
 span { border-color: #49353F; }

 span { border-color: rgb(73,53,63); }

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