#532A1E

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

Shades of Caput Mortuum #532A1E

Tints of Caput Mortuum #532A1E

Color information

#532A1E (or 0x532A1E) is unknown color: approx Caput Mortuum. HEX triplet: 53, 2A and 1E. RGB value is (83,42,30). Sum of RGB (Red+Green+Blue) = 83+42+30=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #532A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A1E is #ACD5E1. Grayscale: #343434. Windows color (decimal): -11326946 or 1976915. OLE color: 1976915.

HSL color Cylindrical-coordinate representation of color #532A1E: hue angle of 13.58º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #532A1E is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB834230-
CMYK00.490.640.67
HSL13.58º46.9%22.16%-
HSV(B)13.58º63.86%32.55%-
XYZ4.633.591.68-
YUV52.89115.08149.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 42 (16.80% from 255) = 27.10%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=53.55%
G=27.10%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83423000.490.640.6713.5846.922.16
Hex532A1E0314043e2f16
Octal1235236061100103165726
Binary101001110101011110011000110000001000011111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532A1E; }

 p { color: rgb(83,42,30); }

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

<style>
 a { background-color: #532A1E; }

 a { background-color: rgb(83,42,30); }

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

<style>
 span { border-color: #532A1E; }

 span { border-color: rgb(83,42,30); }

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