#4D2A3E

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

Shades of Barossa #4D2A3E

Tints of Barossa #4D2A3E

Color information

#4D2A3E (or 0x4D2A3E) is unknown color: approx Barossa. HEX triplet: 4D, 2A and 3E. RGB value is (77,42,62). Sum of RGB (Red+Green+Blue) = 77+42+62=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2A3E is #B2D5C1. Grayscale: #363636. Windows color (decimal): -11720130 or 4074061. OLE color: 4074061.

HSL color Cylindrical-coordinate representation of color #4D2A3E: hue angle of 325.71º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D2A3E is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.70.

Color convert

RGB774262-
CMYK00.450.190.70
HSL325.71º29.41%23.33%-
HSV(B)325.71º45.45%30.2%-
XYZ4.763.585-
YUV54.74132.1143.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.54%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=42.54%
G=23.20%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77426200.450.190.70325.7129.4123.33
Hex4D2A3E02D13461461d17
Octal1155276055231065063527
Binary100110110101011111001011011001110001101010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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