#4C293B

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

Shades of Barossa #4C293B

Tints of Barossa #4C293B

Color information

#4C293B (or 0x4C293B) is unknown color: approx Barossa. HEX triplet: 4C, 29 and 3B. RGB value is (76,41,59). Sum of RGB (Red+Green+Blue) = 76+41+59=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C293B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C293B is #B3D6C4. Grayscale: #353535. Windows color (decimal): -11785925 or 3877196. OLE color: 3877196.

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

Color convert

RGB764159-
CMYK00.460.220.70
HSL329.14º29.91%22.94%-
HSV(B)329.14º46.05%29.8%-
XYZ4.563.444.56-
YUV53.52131.1144.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.18%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 59 (23.44% from 255) = 33.52%
R=43.18%
G=23.30%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76415900.460.220.70329.1429.9122.94
Hex4C293B02E16461491e17
Octal1145173056261065113627
Binary100110010100111101101011101011010001101010010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,41,59); }

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

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

 a { background-color: rgb(76,41,59); }

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

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

 span { border-color: rgb(76,41,59); }

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