Html Css Color HEX #472421 Caput Mortuum

📋 copy color: '#472421'

red 71 ◦ green 36 ◦ blue 33

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

Shades of Caput Mortuum #472421

Tints of Caput Mortuum #472421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.57%

R = 50.71%
G = 25.71%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#472421 (or 0x472421) is known color: Caput Mortuum. HEX triplet: 47, 24 and 21. RGB value is (71,36,33). Sum of RGB (Red+Green+Blue) = 71+36+33=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #472421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472421 is #B8DBDE. Grayscale: #2E2E2E. Windows color (decimal): -12114911 or 2171975. OLE color: 2171975.

HSL color Cylindrical-coordinate representation of color #472421: hue angle of 4.74º 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 #472421 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 36 33 -
CMYK 0 0.49 0.54 0.72
HSL 4.74º 0.37% 0.2% -
HSV(B) 4.74º 0.54% 0.28% -
XYZ 3.5 2.71 1.78 -
YUV 46.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 71 36 33 0 0.49 0.54 0.72 4.74 0.37 0.2
Hex 47 24 21 0 31 36 48 5 25 14
Octal 107 44 41 0 61 66 110 5 45 24
Binary 1000111 100100 100001 0 110001 110110 1001000 101 100101 10100

Color Harmonies of #472421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472421

Black with #472421

Text Example


Text Example

White with #472421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472421; }

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

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

background-color css

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

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

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

border-color css

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

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

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