Html Css Color HEX #472422 Caput Mortuum

📋 copy color: '#472422'

red 71 ◦ green 36 ◦ blue 34

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

Shades of Caput Mortuum #472422

Tints of Caput Mortuum #472422

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#472422 (or 0x472422) is known color: 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

RGB 71 36 34 -
CMYK 0 0.49 0.52 0.72
HSL 3.24º 0.35% 0.21% -
HSV(B) 3.24º 0.52% 0.28% -
XYZ 3.52 2.72 1.85 -
YUV 46.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 71 36 34 0 0.49 0.52 0.72 3.24 0.35 0.21
Hex 47 24 22 0 31 34 48 3 23 15
Octal 107 44 42 0 61 64 110 3 43 25
Binary 1000111 100100 100010 0 110001 110100 1001000 11 100011 10101

Color Harmonies of #472422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472422

Black with #472422

Text Example


Text Example

White with #472422

Text Example


Text Example

HTML Codes & Css Web 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>