#4C2728

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

Shades of Volcano #4C2728

Tints of Volcano #4C2728

Color information

#4C2728 (or 0x4C2728) is unknown color: approx Volcano. HEX triplet: 4C, 27 and 28. RGB value is (76,39,40). Sum of RGB (Red+Green+Blue) = 76+39+40=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2728 is #B3D8D7. Grayscale: #323232. Windows color (decimal): -11786456 or 2631500. OLE color: 2631500.

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

Color convert

RGB763940-
CMYK00.490.470.70
HSL358.38º32.17%22.55%-
HSV(B)358.38º48.68%29.8%-
XYZ4.093.142.4-
YUV50.18122.26146.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.03%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=49.03%
G=25.16%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76394000.490.470.70358.3832.1722.55
Hex4C27280312F461662017
Octal1144750061571065464027
Binary10011001001111010000110001101111100011010110011010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,39,40); }

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

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

 a { background-color: rgb(76,39,40); }

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

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

 span { border-color: rgb(76,39,40); }

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