#4D2D3C

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

Shades of Barossa #4D2D3C

Tints of Barossa #4D2D3C

Color information

#4D2D3C (or 0x4D2D3C) is unknown color: approx Barossa. HEX triplet: 4D, 2D and 3C. RGB value is (77,45,60). Sum of RGB (Red+Green+Blue) = 77+45+60=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2D3C is #B2D2C3. Grayscale: #383838. Windows color (decimal): -11719364 or 3943757. OLE color: 3943757.

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

Color convert

RGB774560-
CMYK00.420.220.70
HSL331.88º26.23%23.92%-
HSV(B)331.88º41.56%30.2%-
XYZ4.813.784.75-
YUV56.28130.1142.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.31%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=42.31%
G=24.73%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77456000.420.220.70331.8826.2323.92
Hex4D2D3C02A164614c1a18
Octal1155574052261065143230
Binary100110110110111110001010101011010001101010011001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,45,60); }

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

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

 a { background-color: rgb(77,45,60); }

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

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

 span { border-color: rgb(77,45,60); }

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