#4C3340

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

Shades of Barossa #4C3340

Tints of Barossa #4C3340

Color information

#4C3340 (or 0x4C3340) is unknown color: approx Barossa. HEX triplet: 4C, 33 and 40. RGB value is (76,51,64). Sum of RGB (Red+Green+Blue) = 76+51+64=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3340 is #B3CCBF. Grayscale: #3B3B3B. Windows color (decimal): -11783360 or 4207436. OLE color: 4207436.

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

Color convert

RGB765164-
CMYK00.330.160.70
HSL328.8º19.69%24.9%-
HSV(B)328.8º32.89%29.8%-
XYZ5.094.275.41-
YUV59.96130.28139.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.79%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=39.79%
G=26.70%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76516400.330.160.70328.819.6924.9
Hex4C334002110461491419
Octal11463100041201065112431
Binary1001100110011100000001000011000010001101010010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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