Html Css Color HEX #49373E Barossa

📋 copy color: '#49373E'

red 73 ◦ green 55 ◦ blue 62

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

Shades of Barossa #49373E

Tints of Barossa #49373E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.63%

R = 38.42%
G = 28.95%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#49373E (or 0x49373E) is known color: Barossa. HEX triplet: 49, 37 and 3E. RGB value is (73,55,62). Sum of RGB (Red+Green+Blue) = 73+55+62=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #49373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49373E is #B6C8C1. Grayscale: #3D3D3D. Windows color (decimal): -11978946 or 4077385. OLE color: 4077385.

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

Color convert

RGB 73 55 62 -
CMYK 0 0.25 0.15 0.71
HSL 336.67º 0.14% 0.25% -
HSV(B) 336.67º 0.25% 0.29% -
XYZ 4.98 4.5 5.16 -
YUV 61.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 73 55 62 0 0.25 0.15 0.71 336.67 0.14 0.25
Hex 49 37 3E 0 19 F 47 151 E 19
Octal 111 67 76 0 31 17 107 521 16 31
Binary 1001001 110111 111110 0 11001 1111 1000111 101010001 1110 11001

Color Harmonies of #49373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49373E

Black with #49373E

Text Example


Text Example

White with #49373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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