#4D3340

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

Shades of Barossa #4D3340

Tints of Barossa #4D3340

Color information

#4D3340 (or 0x4D3340) is unknown color: approx Barossa. HEX triplet: 4D, 33 and 40. RGB value is (77,51,64). Sum of RGB (Red+Green+Blue) = 77+51+64=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3340 is #B2CCBF. Grayscale: #3C3C3C. Windows color (decimal): -11717824 or 4207437. OLE color: 4207437.

HSL color Cylindrical-coordinate representation of color #4D3340: hue angle of 330º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D3340 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB775164-
CMYK00.340.170.70
HSL330º20.31%25.1%-
HSV(B)330º33.77%30.2%-
XYZ5.174.325.41-
YUV60.26130.11139.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.10%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=40.10%
G=26.56%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77516400.340.170.7033020.3125.1
Hex4D3340022114614a1419
Octal11563100042211065122431
Binary1001101110011100000001000101000110001101010010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,51,64); }

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

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

 a { background-color: rgb(77,51,64); }

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

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

 span { border-color: rgb(77,51,64); }

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