Html Css Color HEX #4C2119 Caput Mortuum

📋 copy color: '#4C2119'

red 76 ◦ green 33 ◦ blue 25

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

Shades of Caput Mortuum #4C2119

Tints of Caput Mortuum #4C2119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.66%

R = 56.72%
G = 24.63%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#4C2119 (or 0x4C2119) is known color: Caput Mortuum. HEX triplet: 4C, 21 and 19. RGB value is (76,33,25). Sum of RGB (Red+Green+Blue) = 76+33+25=134 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.72% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2119 is #B3DEE6. Grayscale: #2D2D2D. Windows color (decimal): -11788007 or 1646924. OLE color: 1646924.

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

Color convert

RGB 76 33 25 -
CMYK 0 0.57 0.67 0.70
HSL 9.41º 0.5% 0.2% -
HSV(B) 9.41º 0.67% 0.3% -
XYZ 3.7 2.69 1.24 -
YUV 44.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 76 33 25 0 0.57 0.67 0.70 9.41 0.5 0.2
Hex 4C 21 19 0 39 43 46 9 32 14
Octal 114 41 31 0 71 103 106 11 62 24
Binary 1001100 100001 11001 0 111001 1000011 1000110 1001 110010 10100

Color Harmonies of #4C2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2119

Black with #4C2119

Text Example


Text Example

White with #4C2119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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