Html Css Color HEX #49343C Barossa

📋 copy color: '#49343C'

red 73 ◦ green 52 ◦ blue 60

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

Shades of Barossa #49343C

Tints of Barossa #49343C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.43%

R = 39.46%
G = 28.11%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#49343C (or 0x49343C) is known color: Barossa. HEX triplet: 49, 34 and 3C. RGB value is (73,52,60). Sum of RGB (Red+Green+Blue) = 73+52+60=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #49343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49343C is #B6CBC3. Grayscale: #3B3B3B. Windows color (decimal): -11979716 or 3945545. OLE color: 3945545.

HSL color Cylindrical-coordinate representation of color #49343C: hue angle of 337.14º 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 #49343C is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 52 60 -
CMYK 0 0.29 0.18 0.71
HSL 337.14º 0.17% 0.25% -
HSV(B) 337.14º 0.29% 0.29% -
XYZ 4.79 4.2 4.83 -
YUV 59.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 73 52 60 0 0.29 0.18 0.71 337.14 0.17 0.25
Hex 49 34 3C 0 1D 12 47 151 11 19
Octal 111 64 74 0 35 22 107 521 21 31
Binary 1001001 110100 111100 0 11101 10010 1000111 101010001 10001 11001

Color Harmonies of #49343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49343C

Black with #49343C

Text Example


Text Example

White with #49343C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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