#4D323D

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

Shades of Barossa #4D323D

Tints of Barossa #4D323D

Color information

#4D323D (or 0x4D323D) is unknown color: approx Barossa. HEX triplet: 4D, 32 and 3D. RGB value is (77,50,61). Sum of RGB (Red+Green+Blue) = 77+50+61=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D323D is #B2CDC2. Grayscale: #3B3B3B. Windows color (decimal): -11718083 or 4010573. OLE color: 4010573.

HSL color Cylindrical-coordinate representation of color #4D323D: hue angle of 335.56º 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 #4D323D is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB775061-
CMYK00.350.210.70
HSL335.56º21.26%24.9%-
HSV(B)335.56º35.06%30.2%-
XYZ5.044.24.96-
YUV59.33128.95140.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.96%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 61 (24.22% from 255) = 32.45%
R=40.96%
G=26.60%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77506100.350.210.70335.5621.2624.9
Hex4D323D02315461501519
Octal1156275043251065202531
Binary100110111001011110101000111010110001101010100001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D323D;
 }
 .AnyTagClassName
 {
   color: #4D323D;
 }
</style>
background-color css

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

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

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

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

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

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