#472422

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

Shades of Caput Mortuum #472422

Tints of Caput Mortuum #472422

Color information

#472422 (or 0x472422) is unknown color: approx Caput Mortuum. HEX triplet: 47, 24 and 22. RGB value is (71,36,34). Sum of RGB (Red+Green+Blue) = 71+36+34=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472422 is #B8DBDD. Grayscale: #2E2E2E. Windows color (decimal): -12114910 or 2237511. OLE color: 2237511.

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

Color convert

RGB713634-
CMYK00.490.520.72
HSL3.24º35.24%20.59%-
HSV(B)3.24º52.11%27.84%-
XYZ3.522.721.85-
YUV46.24121.1145.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 34 (13.67% from 255) = 24.11%
R=50.35%
G=25.53%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71363400.490.520.723.2435.2420.59
Hex472422031344832315
Octal10744420616411034325
Binary1000111100100100010011000111010010010001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472422; }

 p { color: rgb(71,36,34); }

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

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

 a { background-color: rgb(71,36,34); }

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

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

 span { border-color: rgb(71,36,34); }

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