Html Css Color HEX #4C2820 Caput Mortuum

📋 copy color: '#4C2820'

red 76 ◦ green 40 ◦ blue 32

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

Shades of Caput Mortuum #4C2820

Tints of Caput Mortuum #4C2820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.03%

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

R = 51.35%
G = 27.03%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4C2820 (or 0x4C2820) is known color: Caput Mortuum. HEX triplet: 4C, 28 and 20. RGB value is (76,40,32). Sum of RGB (Red+Green+Blue) = 76+40+32=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2820 is #B3D7DF. Grayscale: #313131. Windows color (decimal): -11786208 or 2107468. OLE color: 2107468.

HSL color Cylindrical-coordinate representation of color #4C2820: hue angle of 10.91º 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 #4C2820 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 40 32 -
CMYK 0 0.47 0.58 0.70
HSL 10.91º 0.41% 0.21% -
HSV(B) 10.91º 0.58% 0.3% -
XYZ 4 3.16 1.77 -
YUV 49.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 76 40 32 0 0.47 0.58 0.70 10.91 0.41 0.21
Hex 4C 28 20 0 2F 3A 46 B 29 15
Octal 114 50 40 0 57 72 106 13 51 25
Binary 1001100 101000 100000 0 101111 111010 1000110 1011 101001 10101

Color Harmonies of #4C2820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2820

Black with #4C2820

Text Example


Text Example

White with #4C2820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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