#4C3C44

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

Shades of Barossa #4C3C44

Tints of Barossa #4C3C44

Color information

#4C3C44 (or 0x4C3C44) is unknown color: approx Barossa. HEX triplet: 4C, 3C and 44. RGB value is (76,60,68). Sum of RGB (Red+Green+Blue) = 76+60+68=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3C44 is #B3C3BB. Grayscale: #414141. Windows color (decimal): -11781052 or 4471884. OLE color: 4471884.

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

Color convert

RGB766068-
CMYK00.210.110.70
HSL330º11.76%26.67%-
HSV(B)330º21.05%29.8%-
XYZ5.645.196.17-
YUV65.7129.3135.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.25%
GREEN value IS 60 (23.83% from 255) = 29.41%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=37.25%
G=29.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76606800.210.110.7033011.7626.67
Hex4C3C44015B4614ac1b
Octal11474104025131065121433
Binary1001100111100100010001010110111000110101001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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