Html Css Color HEX #49383E Barossa

📋 copy color: '#49383E'

red 73 ◦ green 56 ◦ blue 62

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

Shades of Barossa #49383E

Tints of Barossa #49383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.32%

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

R = 38.22%
G = 29.32%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#49383E (or 0x49383E) is known color: Barossa. HEX triplet: 49, 38 and 3E. RGB value is (73,56,62). Sum of RGB (Red+Green+Blue) = 73+56+62=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #49383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49383E is #B6C7C1. Grayscale: #3D3D3D. Windows color (decimal): -11978690 or 4077641. OLE color: 4077641.

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

Color convert

RGB 73 56 62 -
CMYK 0 0.23 0.15 0.71
HSL 338.82º 0.13% 0.25% -
HSV(B) 338.82º 0.23% 0.29% -
XYZ 5.03 4.59 5.18 -
YUV 61.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 73 56 62 0 0.23 0.15 0.71 338.82 0.13 0.25
Hex 49 38 3E 0 17 F 47 153 D 19
Octal 111 70 76 0 27 17 107 523 15 31
Binary 1001001 111000 111110 0 10111 1111 1000111 101010011 1101 11001

Color Harmonies of #49383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49383E

Black with #49383E

Text Example


Text Example

White with #49383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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