Html Css Color HEX #49383F Barossa

📋 copy color: '#49383F'

red 73 ◦ green 56 ◦ blue 63

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

Shades of Barossa #49383F

Tints of Barossa #49383F

RGB

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

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

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

R = 38.02%
G = 29.17%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49383F (or 0x49383F) is known color: Barossa. HEX triplet: 49, 38 and 3F. RGB value is (73,56,63). Sum of RGB (Red+Green+Blue) = 73+56+63=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #49383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49383F is #B6C7C0. Grayscale: #3D3D3D. Windows color (decimal): -11978689 or 4143177. OLE color: 4143177.

HSL color Cylindrical-coordinate representation of color #49383F: hue angle of 335.29º 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 #49383F is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 56 63 -
CMYK 0 0.23 0.14 0.71
HSL 335.29º 0.13% 0.25% -
HSV(B) 335.29º 0.23% 0.29% -
XYZ 5.06 4.6 5.32 -
YUV 61.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 73 56 63 0 0.23 0.14 0.71 335.29 0.13 0.25
Hex 49 38 3F 0 17 E 47 14F D 19
Octal 111 70 77 0 27 16 107 517 15 31
Binary 1001001 111000 111111 0 10111 1110 1000111 101001111 1101 11001

Color Harmonies of #49383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49383F

Black with #49383F

Text Example


Text Example

White with #49383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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