#4D2C3E

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

Shades of Barossa #4D2C3E

Tints of Barossa #4D2C3E

Color information

#4D2C3E (or 0x4D2C3E) is unknown color: approx Barossa. HEX triplet: 4D, 2C and 3E. RGB value is (77,44,62). Sum of RGB (Red+Green+Blue) = 77+44+62=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2C3E is #B2D3C1. Grayscale: #373737. Windows color (decimal): -11719618 or 4074573. OLE color: 4074573.

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

Color convert

RGB774462-
CMYK00.430.190.70
HSL327.27º27.27%23.73%-
HSV(B)327.27º42.86%30.2%-
XYZ4.833.735.02-
YUV55.92131.43143.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.08%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=42.08%
G=24.04%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77446200.430.190.70327.2727.2723.73
Hex4D2C3E02B13461471b18
Octal1155476053231065073330
Binary100110110110011111001010111001110001101010001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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