#522A1F

Color #522A1F Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #522A1F

Tints of Caput Mortuum #522A1F

Color information

#522A1F (or 0x522A1F) is unknown color: approx Caput Mortuum. HEX triplet: 52, 2A and 1F. RGB value is (82,42,31). Sum of RGB (Red+Green+Blue) = 82+42+31=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #522A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A1F is #ADD5E0. Grayscale: #343434. Windows color (decimal): -11392481 or 2042450. OLE color: 2042450.

HSL color Cylindrical-coordinate representation of color #522A1F: hue angle of 12.94º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #522A1F is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB824231-
CMYK00.490.620.68
HSL12.94º45.13%22.16%-
HSV(B)12.94º62.2%32.16%-
XYZ4.553.551.74-
YUV52.71115.75148.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 42 (16.80% from 255) = 27.10%
BLUE value IS 31 (12.5% from 255) = 20%
R=52.90%
G=27.10%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82423100.490.620.6812.9445.1322.16
Hex522A1F0313E44d2d16
Octal122523706176104155526
Binary10100101010101111101100011111101000100110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522A1F; }

 p { color: rgb(82,42,31); }

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

<style>
 a { background-color: #522A1F; }

 a { background-color: rgb(82,42,31); }

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

<style>
 span { border-color: #522A1F; }

 span { border-color: rgb(82,42,31); }

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