Html Css Color HEX #4C2219 Caput Mortuum

📋 copy color: '#4C2219'

red 76 ◦ green 34 ◦ blue 25

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

Shades of Caput Mortuum #4C2219

Tints of Caput Mortuum #4C2219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.19%

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

R = 56.3%
G = 25.19%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#4C2219 (or 0x4C2219) is known color: Caput Mortuum. HEX triplet: 4C, 22 and 19. RGB value is (76,34,25). Sum of RGB (Red+Green+Blue) = 76+34+25=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2219 is #B3DDE6. Grayscale: #2D2D2D. Windows color (decimal): -11787751 or 1647180. OLE color: 1647180.

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

Color convert

RGB 76 34 25 -
CMYK 0 0.55 0.67 0.70
HSL 10.59º 0.5% 0.2% -
HSV(B) 10.59º 0.67% 0.3% -
XYZ 3.73 2.75 1.25 -
YUV 45.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 76 34 25 0 0.55 0.67 0.70 10.59 0.5 0.2
Hex 4C 22 19 0 37 43 46 B 32 14
Octal 114 42 31 0 67 103 106 13 62 24
Binary 1001100 100010 11001 0 110111 1000011 1000110 1011 110010 10100

Color Harmonies of #4C2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2219

Black with #4C2219

Text Example


Text Example

White with #4C2219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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