Html Css Color HEX #4D313D Barossa

📋 copy color: '#4D313D'

red 77 ◦ green 49 ◦ blue 61

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

Shades of Barossa #4D313D

Tints of Barossa #4D313D

RGB

 RED value IS 77 (30.47% from 255) = 41.18%

 GREEN value IS 49 (19.53% from 255) = 26.2%

 BLUE value IS 61 (24.22% from 255) = 32.62%

R = 41.18%
G = 26.2%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4D313D (or 0x4D313D) is known color: Barossa. HEX triplet: 4D, 31 and 3D. RGB value is (77,49,61). Sum of RGB (Red+Green+Blue) = 77+49+61=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 77 - color contains mainly: red. Hex color #4D313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D313D is #B2CEC2. Grayscale: #3A3A3A. Windows color (decimal): -11718339 or 4010317. OLE color: 4010317.

HSL color Cylindrical-coordinate representation of color #4D313D: hue angle of 334.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D313D is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 49 61 -
CMYK 0 0.36 0.21 0.70
HSL 334.29º 0.22% 0.25% -
HSV(B) 334.29º 0.36% 0.3% -
XYZ 5 4.11 4.94 -
YUV 58.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 77 49 61 0 0.36 0.21 0.70 334.29 0.22 0.25
Hex 4D 31 3D 0 24 15 46 14E 16 19
Octal 115 61 75 0 44 25 106 516 26 31
Binary 1001101 110001 111101 0 100100 10101 1000110 101001110 10110 11001

Color Harmonies of #4D313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D313D

Black with #4D313D

Text Example


Text Example

White with #4D313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D313D; }

 p { color: rgb(77,49,61); }

 H1.HeaderClassName
 {
   color: #4D313D;
 }
 .AnyTagClassName
 {
   color: #4D313D;
 }
</style>

background-color css

<style>
 a { background-color: #4D313D; }

 a { background-color: rgb(77,49,61); }

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

border-color css

<style>
 span { border-color: #4D313D; }

 span { border-color: rgb(77,49,61); }

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