#48211E

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

Shades of Caput Mortuum #48211E

Tints of Caput Mortuum #48211E

Color information

#48211E (or 0x48211E) is unknown color: approx Caput Mortuum. HEX triplet: 48, 21 and 1E. RGB value is (72,33,30). Sum of RGB (Red+Green+Blue) = 72+33+30=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48211E is #B7DEE1. Grayscale: #2C2C2C. Windows color (decimal): -12050146 or 1974600. OLE color: 1974600.

HSL color Cylindrical-coordinate representation of color #48211E: hue angle of 4.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48211E is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB723330-
CMYK00.540.580.72
HSL4.29º41.18%20%-
HSV(B)4.29º58.33%28.24%-
XYZ3.452.561.54-
YUV44.32119.92147.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=53.33%
G=24.44%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72333000.540.580.724.2941.1820
Hex48211E0363A4842914
Octal11041360667211045124
Binary1001000100001111100110110111010100100010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48211E; }

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

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

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

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

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

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

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

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