#4C2628

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

Shades of Volcano #4C2628

Tints of Volcano #4C2628

Color information

#4C2628 (or 0x4C2628) is unknown color: approx Volcano. HEX triplet: 4C, 26 and 28. RGB value is (76,38,40). Sum of RGB (Red+Green+Blue) = 76+38+40=154 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.35% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2628 is #B3D9D7. Grayscale: #313131. Windows color (decimal): -11786712 or 2631244. OLE color: 2631244.

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

Color convert

RGB763840-
CMYK00.50.470.70
HSL356.84º33.33%22.35%-
HSV(B)356.84º50%29.8%-
XYZ4.063.082.39-
YUV49.59122.59146.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.35%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=49.35%
G=24.68%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76384000.50.470.70356.8433.3322.35
Hex4C26280322F461652116
Octal1144650062571065454126
Binary10011001001101010000110010101111100011010110010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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