#4A2526

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

Shades of Volcano #4A2526

Tints of Volcano #4A2526

Color information

#4A2526 (or 0x4A2526) is unknown color: approx Volcano. HEX triplet: 4A, 25 and 26. RGB value is (74,37,38). Sum of RGB (Red+Green+Blue) = 74+37+38=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2526 is #B5DAD9. Grayscale: #303030. Windows color (decimal): -11918042 or 2499914. OLE color: 2499914.

HSL color Cylindrical-coordinate representation of color #4A2526: hue angle of 358.38º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A2526 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB743738-
CMYK00.500.490.71
HSL358.38º33.33%21.76%-
HSV(B)358.38º50%29.02%-
XYZ3.842.922.19-
YUV48.18122.26146.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 49.66%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=49.66%
G=24.83%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74373800.500.490.71358.3833.3321.76
Hex4A252603231471662116
Octal1124546062611075464126
Binary10010101001011001100110010110001100011110110011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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