#4C2425

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

Shades of Volcano #4C2425

Tints of Volcano #4C2425

Color information

#4C2425 (or 0x4C2425) is unknown color: approx Volcano. HEX triplet: 4C, 24 and 25. RGB value is (76,36,37). Sum of RGB (Red+Green+Blue) = 76+36+37=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2425 is #B3DBDA. Grayscale: #303030. Windows color (decimal): -11787227 or 2434124. OLE color: 2434124.

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

Color convert

RGB763637-
CMYK00.530.510.70
HSL358.5º35.71%21.96%-
HSV(B)358.5º52.63%29.8%-
XYZ3.952.932.11-
YUV48.07121.75147.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.01%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 37 (14.84% from 255) = 24.83%
R=51.01%
G=24.16%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76363700.530.510.70358.535.7121.96
Hex4C242503533461662416
Octal1144445065631065464426
Binary10011001001001001010110101110011100011010110011010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,36,37); }

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

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

 a { background-color: rgb(76,36,37); }

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

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

 span { border-color: rgb(76,36,37); }

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