#4C283C

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

Shades of Barossa #4C283C

Tints of Barossa #4C283C

Color information

#4C283C (or 0x4C283C) is unknown color: approx Barossa. HEX triplet: 4C, 28 and 3C. RGB value is (76,40,60). Sum of RGB (Red+Green+Blue) = 76+40+60=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C283C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C283C is #B3D7C3. Grayscale: #353535. Windows color (decimal): -11786180 or 3942476. OLE color: 3942476.

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

Color convert

RGB764060-
CMYK00.470.210.70
HSL326.67º31.03%22.75%-
HSV(B)326.67º47.37%29.8%-
XYZ4.553.384.69-
YUV53.04131.93144.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.18%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=43.18%
G=22.73%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76406000.470.210.70326.6731.0322.75
Hex4C283C02F15461471f17
Octal1145074057251065073727
Binary100110010100011110001011111010110001101010001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,40,60); }

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

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

 a { background-color: rgb(76,40,60); }

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

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

 span { border-color: rgb(76,40,60); }

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