Html Css Color HEX #49303E Barossa

📋 copy color: '#49303E'

red 73 ◦ green 48 ◦ blue 62

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

Shades of Barossa #49303E

Tints of Barossa #49303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.23%

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

R = 39.89%
G = 26.23%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#49303E (or 0x49303E) is known color: Barossa. HEX triplet: 49, 30 and 3E. RGB value is (73,48,62). Sum of RGB (Red+Green+Blue) = 73+48+62=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #49303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49303E is #B6CFC1. Grayscale: #393939. Windows color (decimal): -11980738 or 4075593. OLE color: 4075593.

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

Color convert

RGB 73 48 62 -
CMYK 0 0.34 0.15 0.71
HSL 326.4º 0.21% 0.24% -
HSV(B) 326.4º 0.34% 0.29% -
XYZ 4.67 3.88 5.06 -
YUV 57.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 73 48 62 0 0.34 0.15 0.71 326.4 0.21 0.24
Hex 49 30 3E 0 22 F 47 146 15 18
Octal 111 60 76 0 42 17 107 506 25 30
Binary 1001001 110000 111110 0 100010 1111 1000111 101000110 10101 11000

Color Harmonies of #49303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49303E

Black with #49303E

Text Example


Text Example

White with #49303E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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