#4F2829

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

Shades of Volcano #4F2829

Tints of Volcano #4F2829

Color information

#4F2829 (or 0x4F2829) is unknown color: approx Volcano. HEX triplet: 4F, 28 and 29. RGB value is (79,40,41). Sum of RGB (Red+Green+Blue) = 79+40+41=160 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.38% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2829 is #B0D7D6. Grayscale: #333333. Windows color (decimal): -11589591 or 2697295. OLE color: 2697295.

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

Color convert

RGB794041-
CMYK00.490.480.69
HSL358.46º32.77%23.33%-
HSV(B)358.46º49.37%30.98%-
XYZ4.383.342.51-
YUV51.78121.92147.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.38%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=49.38%
G=25%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79404100.490.480.69358.4632.7723.33
Hex4F282903130451662117
Octal1175051061601055464127
Binary10011111010001010010110001110000100010110110011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,40,41); }

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

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

 a { background-color: rgb(79,40,41); }

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

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

 span { border-color: rgb(79,40,41); }

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