Html Css Color HEX #49373F Barossa

📋 copy color: '#49373F'

red 73 ◦ green 55 ◦ blue 63

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

Shades of Barossa #49373F

Tints of Barossa #49373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.8%

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

R = 38.22%
G = 28.8%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49373F (or 0x49373F) is known color: Barossa. HEX triplet: 49, 37 and 3F. RGB value is (73,55,63). Sum of RGB (Red+Green+Blue) = 73+55+63=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #49373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49373F is #B6C8C0. Grayscale: #3D3D3D. Windows color (decimal): -11978945 or 4142921. OLE color: 4142921.

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

Color convert

RGB 73 55 63 -
CMYK 0 0.25 0.14 0.71
HSL 333.33º 0.14% 0.25% -
HSV(B) 333.33º 0.25% 0.29% -
XYZ 5.01 4.51 5.31 -
YUV 61.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 73 55 63 0 0.25 0.14 0.71 333.33 0.14 0.25
Hex 49 37 3F 0 19 E 47 14D E 19
Octal 111 67 77 0 31 16 107 515 16 31
Binary 1001001 110111 111111 0 11001 1110 1000111 101001101 1110 11001

Color Harmonies of #49373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49373F

Black with #49373F

Text Example


Text Example

White with #49373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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