#4E292A

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

Shades of Volcano #4E292A

Tints of Volcano #4E292A

Color information

#4E292A (or 0x4E292A) is unknown color: approx Volcano. HEX triplet: 4E, 29 and 2A. RGB value is (78,41,42). Sum of RGB (Red+Green+Blue) = 78+41+42=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E292A is #B1D6D5. Grayscale: #343434. Windows color (decimal): -11654870 or 2763086. OLE color: 2763086.

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

Color convert

RGB784142-
CMYK00.470.460.69
HSL358.38º31.09%23.33%-
HSV(B)358.38º47.44%30.59%-
XYZ4.353.372.61-
YUV52.18122.26146.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.45%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=48.45%
G=25.47%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78414200.470.460.69358.3831.0923.33
Hex4E292A02F2E451661f17
Octal1165152057561055463727
Binary1001110101001101010010111110111010001011011001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,41,42); }

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

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

 a { background-color: rgb(78,41,42); }

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

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

 span { border-color: rgb(78,41,42); }

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