Html Css Color HEX #49343E Barossa

📋 copy color: '#49343E'

red 73 ◦ green 52 ◦ blue 62

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

Shades of Barossa #49343E

Tints of Barossa #49343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.81%

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

R = 39.04%
G = 27.81%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#49343E (or 0x49343E) is known color: Barossa. HEX triplet: 49, 34 and 3E. RGB value is (73,52,62). Sum of RGB (Red+Green+Blue) = 73+52+62=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 73 - color contains mainly: red. Hex color #49343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49343E is #B6CBC1. Grayscale: #3B3B3B. Windows color (decimal): -11979714 or 4076617. OLE color: 4076617.

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

Color convert

RGB 73 52 62 -
CMYK 0 0.29 0.15 0.71
HSL 331.43º 0.17% 0.25% -
HSV(B) 331.43º 0.29% 0.29% -
XYZ 4.85 4.22 5.12 -
YUV 59.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 73 52 62 0 0.29 0.15 0.71 331.43 0.17 0.25
Hex 49 34 3E 0 1D F 47 14B 11 19
Octal 111 64 76 0 35 17 107 513 21 31
Binary 1001001 110100 111110 0 11101 1111 1000111 101001011 10001 11001

Color Harmonies of #49343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49343E

Black with #49343E

Text Example


Text Example

White with #49343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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