#4C313B

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

Shades of Barossa #4C313B

Tints of Barossa #4C313B

Color information

#4C313B (or 0x4C313B) is unknown color: approx Barossa. HEX triplet: 4C, 31 and 3B. RGB value is (76,49,59). Sum of RGB (Red+Green+Blue) = 76+49+59=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 76 - color contains mainly: red. Hex color #4C313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C313B is #B3CEC4. Grayscale: #3A3A3A. Windows color (decimal): -11783877 or 3879244. OLE color: 3879244.

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

Color convert

RGB764959-
CMYK00.360.220.70
HSL337.78º21.6%24.51%-
HSV(B)337.78º35.53%29.8%-
XYZ4.874.054.66-
YUV58.21128.45140.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.30%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=41.30%
G=26.63%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76495900.360.220.70337.7821.624.51
Hex4C313B02416461521619
Octal1146173044261065222631
Binary100110011000111101101001001011010001101010100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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