Html Css Color HEX #49373D Barossa

📋 copy color: '#49373D'

red 73 ◦ green 55 ◦ blue 61

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

Shades of Barossa #49373D

Tints of Barossa #49373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 32.28%

R = 38.62%
G = 29.1%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#49373D (or 0x49373D) is known color: Barossa. HEX triplet: 49, 37 and 3D. RGB value is (73,55,61). Sum of RGB (Red+Green+Blue) = 73+55+61=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #49373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49373D is #B6C8C2. Grayscale: #3D3D3D. Windows color (decimal): -11978947 or 4011849. OLE color: 4011849.

HSL color Cylindrical-coordinate representation of color #49373D: hue angle of 340º 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 #49373D is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 55 61 -
CMYK 0 0.25 0.16 0.71
HSL 340º 0.14% 0.25% -
HSV(B) 340º 0.25% 0.29% -
XYZ 4.96 4.49 5.02 -
YUV 61.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 73 55 61 0 0.25 0.16 0.71 340 0.14 0.25
Hex 49 37 3D 0 19 10 47 154 E 19
Octal 111 67 75 0 31 20 107 524 16 31
Binary 1001001 110111 111101 0 11001 10000 1000111 101010100 1110 11001

Color Harmonies of #49373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49373D

Black with #49373D

Text Example


Text Example

White with #49373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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