#4D2C3F

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

Shades of Barossa #4D2C3F

Tints of Barossa #4D2C3F

Color information

#4D2C3F (or 0x4D2C3F) is unknown color: approx Barossa. HEX triplet: 4D, 2C and 3F. RGB value is (77,44,63). Sum of RGB (Red+Green+Blue) = 77+44+63=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2C3F is #B2D3C0. Grayscale: #373737. Windows color (decimal): -11719617 or 4140109. OLE color: 4140109.

HSL color Cylindrical-coordinate representation of color #4D2C3F: hue angle of 325.45º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D2C3F is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB774463-
CMYK00.430.180.70
HSL325.45º27.27%23.73%-
HSV(B)325.45º42.86%30.2%-
XYZ4.863.745.17-
YUV56.03131.93142.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.85%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 63 (25% from 255) = 34.24%
R=41.85%
G=23.91%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77446300.430.180.70325.4527.2723.73
Hex4D2C3F02B12461451b18
Octal1155477053221065053330
Binary100110110110011111101010111001010001101010001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,44,63); }

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

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

 a { background-color: rgb(77,44,63); }

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

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

 span { border-color: rgb(77,44,63); }

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