Html Css Color HEX #4C2720 Caput Mortuum

📋 copy color: '#4C2720'

red 76 ◦ green 39 ◦ blue 32

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

Shades of Caput Mortuum #4C2720

Tints of Caput Mortuum #4C2720

RGB

 RED value IS 76 (30.08% from 255) = 51.7%

 GREEN value IS 39 (15.63% from 255) = 26.53%

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

R = 51.7%
G = 26.53%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4C2720 (or 0x4C2720) is known color: Caput Mortuum. HEX triplet: 4C, 27 and 20. RGB value is (76,39,32). Sum of RGB (Red+Green+Blue) = 76+39+32=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2720 is #B3D8DF. Grayscale: #313131. Windows color (decimal): -11786464 or 2107212. OLE color: 2107212.

HSL color Cylindrical-coordinate representation of color #4C2720: hue angle of 9.55º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C2720 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 39 32 -
CMYK 0 0.49 0.58 0.70
HSL 9.55º 0.41% 0.21% -
HSV(B) 9.55º 0.58% 0.3% -
XYZ 3.97 3.09 1.75 -
YUV 49.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 76 39 32 0 0.49 0.58 0.70 9.55 0.41 0.21
Hex 4C 27 20 0 31 3A 46 A 29 15
Octal 114 47 40 0 61 72 106 12 51 25
Binary 1001100 100111 100000 0 110001 111010 1000110 1010 101001 10101

Color Harmonies of #4C2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2720

Black with #4C2720

Text Example


Text Example

White with #4C2720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C2720; }

 p { color: rgb(76,39,32); }

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

background-color css

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

 a { background-color: rgb(76,39,32); }

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

border-color css

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

 span { border-color: rgb(76,39,32); }

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