Html Css Color HEX #472420 Caput Mortuum

📋 copy color: '#472420'

red 71 ◦ green 36 ◦ blue 32

#472420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #472420

Tints of Caput Mortuum #472420

RGB

 RED value IS 71 (28.13% from 255) = 51.08%

 GREEN value IS 36 (14.45% from 255) = 25.9%

 BLUE value IS 32 (12.89% from 255) = 23.02%

R = 51.08%
G = 25.9%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#472420 (or 0x472420) is known color: Caput Mortuum. HEX triplet: 47, 24 and 20. RGB value is (71,36,32). Sum of RGB (Red+Green+Blue) = 71+36+32=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472420 is #B8DBDF. Grayscale: #2E2E2E. Windows color (decimal): -12114912 or 2106439. OLE color: 2106439.

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

Color convert

RGB 71 36 32 -
CMYK 0 0.49 0.55 0.72
HSL 6.15º 0.38% 0.2% -
HSV(B) 6.15º 0.55% 0.28% -
XYZ 3.49 2.71 1.7 -
YUV 46.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 71 36 32 0 0.49 0.55 0.72 6.15 0.38 0.2
Hex 47 24 20 0 31 37 48 6 26 14
Octal 107 44 40 0 61 67 110 6 46 24
Binary 1000111 100100 100000 0 110001 110111 1001000 110 100110 10100

Color Harmonies of #472420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472420

Black with #472420

Text Example


Text Example

White with #472420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472420; }

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

 H1.HeaderClassName
 {
   color: #472420;
 }
 .AnyTagClassName
 {
   color: #472420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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