Html Css Color HEX #4C211A Caput Mortuum

📋 copy color: '#4C211A'

red 76 ◦ green 33 ◦ blue 26

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

Shades of Caput Mortuum #4C211A

Tints of Caput Mortuum #4C211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.44%

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 56.3%
G = 24.44%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4C211A (or 0x4C211A) is known color: Caput Mortuum. HEX triplet: 4C, 21 and 1A. RGB value is (76,33,26). Sum of RGB (Red+Green+Blue) = 76+33+26=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C211A is #B3DEE5. Grayscale: #2D2D2D. Windows color (decimal): -11788006 or 1712460. OLE color: 1712460.

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

Color convert

RGB 76 33 26 -
CMYK 0 0.57 0.66 0.70
HSL 8.4º 0.49% 0.2% -
HSV(B) 8.4º 0.66% 0.3% -
XYZ 3.71 2.7 1.3 -
YUV 45.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 76 33 26 0 0.57 0.66 0.70 8.4 0.49 0.2
Hex 4C 21 1A 0 39 42 46 8 31 14
Octal 114 41 32 0 71 102 106 10 61 24
Binary 1001100 100001 11010 0 111001 1000010 1000110 1000 110001 10100

Color Harmonies of #4C211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C211A

Black with #4C211A

Text Example


Text Example

White with #4C211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,33,26); }

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

background-color css

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

 a { background-color: rgb(76,33,26); }

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

border-color css

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

 span { border-color: rgb(76,33,26); }

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