Html Css Color HEX #4C2019 Caput Mortuum

📋 copy color: '#4C2019'

red 76 ◦ green 32 ◦ blue 25

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

Shades of Caput Mortuum #4C2019

Tints of Caput Mortuum #4C2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.06%

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

R = 57.14%
G = 24.06%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#4C2019 (or 0x4C2019) is known color: Caput Mortuum. HEX triplet: 4C, 20 and 19. RGB value is (76,32,25). Sum of RGB (Red+Green+Blue) = 76+32+25=133 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.14% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2019 is #B3DFE6. Grayscale: #2C2C2C. Windows color (decimal): -11788263 or 1646668. OLE color: 1646668.

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

Color convert

RGB 76 32 25 -
CMYK 0 0.58 0.67 0.70
HSL 8.24º 0.5% 0.2% -
HSV(B) 8.24º 0.67% 0.3% -
XYZ 3.67 2.64 1.24 -
YUV 44.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 76 32 25 0 0.58 0.67 0.70 8.24 0.5 0.2
Hex 4C 20 19 0 3A 43 46 8 32 14
Octal 114 40 31 0 72 103 106 10 62 24
Binary 1001100 100000 11001 0 111010 1000011 1000110 1000 110010 10100

Color Harmonies of #4C2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2019

Black with #4C2019

Text Example


Text Example

White with #4C2019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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