#4D2E3E

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

Shades of Barossa #4D2E3E

Tints of Barossa #4D2E3E

Color information

#4D2E3E (or 0x4D2E3E) is unknown color: approx Barossa. HEX triplet: 4D, 2E and 3E. RGB value is (77,46,62). Sum of RGB (Red+Green+Blue) = 77+46+62=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2E3E is #B2D1C1. Grayscale: #393939. Windows color (decimal): -11719106 or 4075085. OLE color: 4075085.

HSL color Cylindrical-coordinate representation of color #4D2E3E: hue angle of 329.03º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D2E3E is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.70.

Color convert

RGB774662-
CMYK00.400.190.70
HSL329.03º25.2%24.12%-
HSV(B)329.03º40.26%30.2%-
XYZ4.913.885.05-
YUV57.09130.77142.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.62%
GREEN value IS 46 (18.36% from 255) = 24.86%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=41.62%
G=24.86%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77466200.400.190.70329.0325.224.12
Hex4D2E3E02813461491918
Octal1155676050231065113130
Binary100110110111011111001010001001110001101010010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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