#632920

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

Shades of Caput Mortuum #632920

Tints of Caput Mortuum #632920

Color information

#632920 (or 0x632920) is unknown color: approx Caput Mortuum. HEX triplet: 63, 29 and 20. RGB value is (99,41,32). Sum of RGB (Red+Green+Blue) = 99+41+32=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #632920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632920 is #9CD6DF. Grayscale: #393939. Windows color (decimal): -10278624 or 2107747. OLE color: 2107747.

HSL color Cylindrical-coordinate representation of color #632920: hue angle of 8.06º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632920 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB994132-
CMYK00.590.680.61
HSL8.06º51.15%25.69%-
HSV(B)8.06º67.68%38.82%-
XYZ6.24.341.88-
YUV57.32113.72157.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.56%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=57.56%
G=23.84%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99413200.590.680.618.0651.1525.69
Hex63292003B443D8331a
Octal143514007310475106332
Binary110001110100110000001110111000100111101100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632920; }

 p { color: rgb(99,41,32); }

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

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

 a { background-color: rgb(99,41,32); }

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

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

 span { border-color: rgb(99,41,32); }

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