Html Css Color HEX #49363E Barossa

📋 copy color: '#49363E'

red 73 ◦ green 54 ◦ blue 62

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

Shades of Barossa #49363E

Tints of Barossa #49363E

RGB

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

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

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

R = 38.62%
G = 28.57%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#49363E (or 0x49363E) is known color: Barossa. HEX triplet: 49, 36 and 3E. RGB value is (73,54,62). Sum of RGB (Red+Green+Blue) = 73+54+62=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #49363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49363E is #B6C9C1. Grayscale: #3C3C3C. Windows color (decimal): -11979202 or 4077129. OLE color: 4077129.

HSL color Cylindrical-coordinate representation of color #49363E: hue angle of 334.74º 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 #49363E is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 54 62 -
CMYK 0 0.26 0.15 0.71
HSL 334.74º 0.15% 0.25% -
HSV(B) 334.74º 0.26% 0.29% -
XYZ 4.94 4.4 5.15 -
YUV 60.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 73 54 62 0 0.26 0.15 0.71 334.74 0.15 0.25
Hex 49 36 3E 0 1A F 47 14F F 19
Octal 111 66 76 0 32 17 107 517 17 31
Binary 1001001 110110 111110 0 11010 1111 1000111 101001111 1111 11001

Color Harmonies of #49363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49363E

Black with #49363E

Text Example


Text Example

White with #49363E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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