Html Css Color HEX #49333F Barossa

📋 copy color: '#49333F'

red 73 ◦ green 51 ◦ blue 63

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

Shades of Barossa #49333F

Tints of Barossa #49333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

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

R = 39.04%
G = 27.27%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49333F (or 0x49333F) is known color: Barossa. HEX triplet: 49, 33 and 3F. RGB value is (73,51,63). Sum of RGB (Red+Green+Blue) = 73+51+63=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49333F is #B6CCC0. Grayscale: #3A3A3A. Windows color (decimal): -11979969 or 4141897. OLE color: 4141897.

HSL color Cylindrical-coordinate representation of color #49333F: hue angle of 327.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49333F is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 51 63 -
CMYK 0 0.30 0.14 0.71
HSL 327.27º 0.18% 0.24% -
HSV(B) 327.27º 0.3% 0.29% -
XYZ 4.83 4.14 5.25 -
YUV 58.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 73 51 63 0 0.30 0.14 0.71 327.27 0.18 0.24
Hex 49 33 3F 0 1E E 47 147 12 18
Octal 111 63 77 0 36 16 107 507 22 30
Binary 1001001 110011 111111 0 11110 1110 1000111 101000111 10010 11000

Color Harmonies of #49333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49333F

Black with #49333F

Text Example


Text Example

White with #49333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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