Html Css Color HEX #4D323E Barossa

📋 copy color: '#4D323E'

red 77 ◦ green 50 ◦ blue 62

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

Shades of Barossa #4D323E

Tints of Barossa #4D323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.46%

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

R = 40.74%
G = 26.46%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#4D323E (or 0x4D323E) is known color: Barossa. HEX triplet: 4D, 32 and 3E. RGB value is (77,50,62). Sum of RGB (Red+Green+Blue) = 77+50+62=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D323E is #B2CDC1. Grayscale: #3B3B3B. Windows color (decimal): -11718082 or 4076109. OLE color: 4076109.

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

Color convert

RGB 77 50 62 -
CMYK 0 0.35 0.19 0.70
HSL 333.33º 0.21% 0.25% -
HSV(B) 333.33º 0.35% 0.3% -
XYZ 5.07 4.21 5.1 -
YUV 59.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 77 50 62 0 0.35 0.19 0.70 333.33 0.21 0.25
Hex 4D 32 3E 0 23 13 46 14D 15 19
Octal 115 62 76 0 43 23 106 515 25 31
Binary 1001101 110010 111110 0 100011 10011 1000110 101001101 10101 11001

Color Harmonies of #4D323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D323E

Black with #4D323E

Text Example


Text Example

White with #4D323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,50,62); }

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

background-color css

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

 a { background-color: rgb(77,50,62); }

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

border-color css

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

 span { border-color: rgb(77,50,62); }

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