#472521

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

Shades of Caput Mortuum #472521

Tints of Caput Mortuum #472521

Color information

#472521 (or 0x472521) is unknown color: approx Caput Mortuum. HEX triplet: 47, 25 and 21. RGB value is (71,37,33). Sum of RGB (Red+Green+Blue) = 71+37+33=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472521 is #B8DADE. Grayscale: #2E2E2E. Windows color (decimal): -12114655 or 2172231. OLE color: 2172231.

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

Color convert

RGB713733-
CMYK00.480.540.72
HSL6.32º36.54%20.39%-
HSV(B)6.32º53.52%27.84%-
XYZ3.532.771.79-
YUV46.71120.26145.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 33 (13.28% from 255) = 23.40%
R=50.35%
G=26.24%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71373300.480.540.726.3236.5420.39
Hex472521030364862514
Octal10745410606611064524
Binary10001111001011000010110000110110100100011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472521; }

 p { color: rgb(71,37,33); }

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

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

 a { background-color: rgb(71,37,33); }

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

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

 span { border-color: rgb(71,37,33); }

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