#47201E

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

Shades of Caput Mortuum #47201E

Tints of Caput Mortuum #47201E

Color information

#47201E (or 0x47201E) is unknown color: approx Caput Mortuum. HEX triplet: 47, 20 and 1E. RGB value is (71,32,30). Sum of RGB (Red+Green+Blue) = 71+32+30=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47201E is #B8DFE1. Grayscale: #2B2B2B. Windows color (decimal): -12115938 or 1974343. OLE color: 1974343.

HSL color Cylindrical-coordinate representation of color #47201E: hue angle of 2.93º 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 #47201E is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB713230-
CMYK00.550.580.72
HSL2.93º40.59%19.8%-
HSV(B)2.93º57.75%27.84%-
XYZ3.352.471.53-
YUV43.43120.42147.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=53.38%
G=24.06%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71323000.550.580.722.9340.5919.8
Hex47201E0373A4832914
Octal10740360677211035124
Binary100011110000011110011011111101010010001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,32,30); }

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

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

 a { background-color: rgb(71,32,30); }

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

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

 span { border-color: rgb(71,32,30); }

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