Html Css Color HEX #49323A Barossa

📋 copy color: '#49323A'

red 73 ◦ green 50 ◦ blue 58

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

Shades of Barossa #49323A

Tints of Barossa #49323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.62%

 BLUE value IS 58 (23.05% from 255) = 32.04%

R = 40.33%
G = 27.62%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#49323A (or 0x49323A) is known color: Barossa. HEX triplet: 49, 32 and 3A. RGB value is (73,50,58). Sum of RGB (Red+Green+Blue) = 73+50+58=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #49323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49323A is #B6CDC5. Grayscale: #393939. Windows color (decimal): -11980230 or 3813961. OLE color: 3813961.

HSL color Cylindrical-coordinate representation of color #49323A: hue angle of 339.13º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49323A is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 50 58 -
CMYK 0 0.32 0.21 0.71
HSL 339.13º 0.19% 0.24% -
HSV(B) 339.13º 0.32% 0.29% -
XYZ 4.65 4 4.53 -
YUV 57.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 73 50 58 0 0.32 0.21 0.71 339.13 0.19 0.24
Hex 49 32 3A 0 20 15 47 153 13 18
Octal 111 62 72 0 40 25 107 523 23 30
Binary 1001001 110010 111010 0 100000 10101 1000111 101010011 10011 11000

Color Harmonies of #49323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49323A

Black with #49323A

Text Example


Text Example

White with #49323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49323A; }

 p { color: rgb(73,50,58); }

 H1.HeaderClassName
 {
   color: #49323A;
 }
 .AnyTagClassName
 {
   color: #49323A;
 }
</style>

background-color css

<style>
 a { background-color: #49323A; }

 a { background-color: rgb(73,50,58); }

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

border-color css

<style>
 span { border-color: #49323A; }

 span { border-color: rgb(73,50,58); }

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