#4C293E

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

Shades of Barossa #4C293E

Tints of Barossa #4C293E

Color information

#4C293E (or 0x4C293E) is unknown color: approx Barossa. HEX triplet: 4C, 29 and 3E. RGB value is (76,41,62). Sum of RGB (Red+Green+Blue) = 76+41+62=179 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.46% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 76 - color contains mainly: red. Hex color #4C293E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C293E is #B3D6C1. Grayscale: #353535. Windows color (decimal): -11785922 or 4073804. OLE color: 4073804.

HSL color Cylindrical-coordinate representation of color #4C293E: hue angle of 324º 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 #4C293E is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB764162-
CMYK00.460.180.70
HSL324º29.91%22.94%-
HSV(B)324º46.05%29.8%-
XYZ4.643.474.98-
YUV53.86132.6143.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.46%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=42.46%
G=22.91%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76416200.460.180.7032429.9122.94
Hex4C293E02E12461441e17
Octal1145176056221065043627
Binary100110010100111111001011101001010001101010001001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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