#4D323E

Color #4D323E Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #4D323E

Tints of Barossa #4D323E

Color information

#4D323E (or 0x4D323E) is unknown color: approx 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

RGB775062-
CMYK00.350.190.70
HSL333.33º21.26%24.9%-
HSV(B)333.33º35.06%30.2%-
XYZ5.074.215.1-
YUV59.44129.45140.52-

RGB Variations

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

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.80%
R=40.74%
G=26.46%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77506200.350.190.70333.3321.2624.9
Hex4D323E023134614d1519
Octal1156276043231065152531
Binary100110111001011111001000111001110001101010011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>