#4C2D3D

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

Shades of Barossa #4C2D3D

Tints of Barossa #4C2D3D

Color information

#4C2D3D (or 0x4C2D3D) is unknown color: approx Barossa. HEX triplet: 4C, 2D and 3D. RGB value is (76,45,61). Sum of RGB (Red+Green+Blue) = 76+45+61=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2D3D is #B3D2C2. Grayscale: #383838. Windows color (decimal): -11784899 or 4009292. OLE color: 4009292.

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

Color convert

RGB764561-
CMYK00.410.200.70
HSL329.03º25.62%23.73%-
HSV(B)329.03º40.79%29.8%-
XYZ4.763.754.89-
YUV56.09130.77142.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.76%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=41.76%
G=24.73%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76456100.410.200.70329.0325.6223.73
Hex4C2D3D02914461491a18
Octal1145575051241065113230
Binary100110010110111110101010011010010001101010010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,45,61); }

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

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

 a { background-color: rgb(76,45,61); }

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

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

 span { border-color: rgb(76,45,61); }

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