#4F2527

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

Shades of Volcano #4F2527

Tints of Volcano #4F2527

Color information

#4F2527 (or 0x4F2527) is unknown color: approx Volcano. HEX triplet: 4F, 25 and 27. RGB value is (79,37,39). Sum of RGB (Red+Green+Blue) = 79+37+39=155 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.97% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2527 is #B0DAD8. Grayscale: #313131. Windows color (decimal): -11590361 or 2565455. OLE color: 2565455.

HSL color Cylindrical-coordinate representation of color #4F2527: hue angle of 357.14º 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 #4F2527 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB793739-
CMYK00.530.510.69
HSL357.14º36.21%22.75%-
HSV(B)357.14º53.16%30.98%-
XYZ4.253.132.3-
YUV49.79121.91148.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 50.97%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=50.97%
G=23.87%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79373900.530.510.69357.1436.2122.75
Hex4F252703533451652417
Octal1174547065631055454427
Binary10011111001011001110110101110011100010110110010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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