#4F2526

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

Shades of Volcano #4F2526

Tints of Volcano #4F2526

Color information

#4F2526 (or 0x4F2526) is unknown color: approx Volcano. HEX triplet: 4F, 25 and 26. RGB value is (79,37,38). Sum of RGB (Red+Green+Blue) = 79+37+38=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2526 is #B0DAD9. Grayscale: #313131. Windows color (decimal): -11590362 or 2499919. OLE color: 2499919.

HSL color Cylindrical-coordinate representation of color #4F2526: hue angle of 358.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F2526 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB793738-
CMYK00.530.520.69
HSL358.57º36.21%22.75%-
HSV(B)358.57º53.16%30.98%-
XYZ4.243.132.21-
YUV49.67121.41148.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.30%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=51.30%
G=24.03%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79373800.530.520.69358.5736.2122.75
Hex4F252603534451672417
Octal1174546065641055474427
Binary10011111001011001100110101110100100010110110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,37,38); }

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

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

 a { background-color: rgb(79,37,38); }

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

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

 span { border-color: rgb(79,37,38); }

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