Html Css Color HEX #49363F Barossa

📋 copy color: '#49363F'

red 73 ◦ green 54 ◦ blue 63

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

Shades of Barossa #49363F

Tints of Barossa #49363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.42%

 BLUE value IS 63 (25% from 255) = 33.16%

R = 38.42%
G = 28.42%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49363F (or 0x49363F) is known color: Barossa. HEX triplet: 49, 36 and 3F. RGB value is (73,54,63). Sum of RGB (Red+Green+Blue) = 73+54+63=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #49363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49363F is #B6C9C0. Grayscale: #3C3C3C. Windows color (decimal): -11979201 or 4142665. OLE color: 4142665.

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

Color convert

RGB 73 54 63 -
CMYK 0 0.26 0.14 0.71
HSL 331.58º 0.15% 0.25% -
HSV(B) 331.58º 0.26% 0.29% -
XYZ 4.96 4.41 5.29 -
YUV 60.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 73 54 63 0 0.26 0.14 0.71 331.58 0.15 0.25
Hex 49 36 3F 0 1A E 47 14C F 19
Octal 111 66 77 0 32 16 107 514 17 31
Binary 1001001 110110 111111 0 11010 1110 1000111 101001100 1111 11001

Color Harmonies of #49363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49363F

Black with #49363F

Text Example


Text Example

White with #49363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49363F; }

 p { color: rgb(73,54,63); }

 H1.HeaderClassName
 {
   color: #49363F;
 }
 .AnyTagClassName
 {
   color: #49363F;
 }
</style>

background-color css

<style>
 a { background-color: #49363F; }

 a { background-color: rgb(73,54,63); }

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

border-color css

<style>
 span { border-color: #49363F; }

 span { border-color: rgb(73,54,63); }

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