#4C323F

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

Shades of Barossa #4C323F

Tints of Barossa #4C323F

Color information

#4C323F (or 0x4C323F) is unknown color: approx Barossa. HEX triplet: 4C, 32 and 3F. RGB value is (76,50,63). Sum of RGB (Red+Green+Blue) = 76+50+63=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 76 - color contains mainly: red. Hex color #4C323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C323F is #B3CDC0. Grayscale: #3B3B3B. Windows color (decimal): -11783617 or 4141644. OLE color: 4141644.

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

Color convert

RGB765063-
CMYK00.340.170.70
HSL330º20.63%24.71%-
HSV(B)330º34.21%29.8%-
XYZ5.024.185.24-
YUV59.26130.11139.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.21%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 63 (25% from 255) = 33.33%
R=40.21%
G=26.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76506300.340.170.7033020.6324.71
Hex4C323F022114614a1519
Octal1146277042211065122531
Binary100110011001011111101000101000110001101010010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,50,63); }

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

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

 a { background-color: rgb(76,50,63); }

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

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

 span { border-color: rgb(76,50,63); }

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