#482621

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

Shades of Caput Mortuum #482621

Tints of Caput Mortuum #482621

Color information

#482621 (or 0x482621) is unknown color: approx Caput Mortuum. HEX triplet: 48, 26 and 21. RGB value is (72,38,33). Sum of RGB (Red+Green+Blue) = 72+38+33=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #482621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482621 is #B7D9DE. Grayscale: #2F2F2F. Windows color (decimal): -12048863 or 2172488. OLE color: 2172488.

HSL color Cylindrical-coordinate representation of color #482621: hue angle of 7.69º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482621 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB723833-
CMYK00.470.540.72
HSL7.69º37.14%20.59%-
HSV(B)7.69º54.17%28.24%-
XYZ3.642.871.8-
YUV47.6119.76145.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 33 (13.28% from 255) = 23.08%
R=50.35%
G=26.57%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72383300.470.540.727.6937.1420.59
Hex48262102F364882515
Octal110464105766110104525
Binary100100010011010000101011111101101001000100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482621; }

 p { color: rgb(72,38,33); }

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

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

 a { background-color: rgb(72,38,33); }

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

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

 span { border-color: rgb(72,38,33); }

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