#532620

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

Shades of Caput Mortuum #532620

Tints of Caput Mortuum #532620

Color information

#532620 (or 0x532620) is unknown color: approx Caput Mortuum. HEX triplet: 53, 26 and 20. RGB value is (83,38,32). Sum of RGB (Red+Green+Blue) = 83+38+32=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #532620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532620 is #ACD9DF. Grayscale: #323232. Windows color (decimal): -11327968 or 2106963. OLE color: 2106963.

HSL color Cylindrical-coordinate representation of color #532620: hue angle of 7.06º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532620 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB833832-
CMYK00.540.610.67
HSL7.06º44.35%22.55%-
HSV(B)7.06º61.45%32.55%-
XYZ4.523.331.77-
YUV50.77117.41150.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=54.25%
G=24.84%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83383200.540.610.677.0644.3522.55
Hex5326200363D4372c17
Octal12346400667510375427
Binary10100111001101000000110110111101100001111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532620; }

 p { color: rgb(83,38,32); }

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

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

 a { background-color: rgb(83,38,32); }

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

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

 span { border-color: rgb(83,38,32); }

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