Html Css Color HEX #49333D Barossa

📋 copy color: '#49333D'

red 73 ◦ green 51 ◦ blue 61

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

Shades of Barossa #49333D

Tints of Barossa #49333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

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

R = 39.46%
G = 27.57%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#49333D (or 0x49333D) is known color: Barossa. HEX triplet: 49, 33 and 3D. RGB value is (73,51,61). Sum of RGB (Red+Green+Blue) = 73+51+61=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #49333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49333D is #B6CCC2. Grayscale: #3A3A3A. Windows color (decimal): -11979971 or 4010825. OLE color: 4010825.

HSL color Cylindrical-coordinate representation of color #49333D: hue angle of 332.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49333D is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 51 61 -
CMYK 0 0.30 0.16 0.71
HSL 332.73º 0.18% 0.24% -
HSV(B) 332.73º 0.3% 0.29% -
XYZ 4.77 4.12 4.96 -
YUV 58.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 73 51 61 0 0.30 0.16 0.71 332.73 0.18 0.24
Hex 49 33 3D 0 1E 10 47 14D 12 18
Octal 111 63 75 0 36 20 107 515 22 30
Binary 1001001 110011 111101 0 11110 10000 1000111 101001101 10010 11000

Color Harmonies of #49333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49333D

Black with #49333D

Text Example


Text Example

White with #49333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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