Html Css Color HEX #4C2319 Caput Mortuum

📋 copy color: '#4C2319'

red 76 ◦ green 35 ◦ blue 25

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

Shades of Caput Mortuum #4C2319

Tints of Caput Mortuum #4C2319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.74%

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

R = 55.88%
G = 25.74%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#4C2319 (or 0x4C2319) is known color: Caput Mortuum. HEX triplet: 4C, 23 and 19. RGB value is (76,35,25). Sum of RGB (Red+Green+Blue) = 76+35+25=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2319 is #B3DCE6. Grayscale: #2E2E2E. Windows color (decimal): -11787495 or 1647436. OLE color: 1647436.

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

Color convert

RGB 76 35 25 -
CMYK 0 0.54 0.67 0.70
HSL 11.76º 0.5% 0.2% -
HSV(B) 11.76º 0.67% 0.3% -
XYZ 3.76 2.81 1.26 -
YUV 46.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 76 35 25 0 0.54 0.67 0.70 11.76 0.5 0.2
Hex 4C 23 19 0 36 43 46 C 32 14
Octal 114 43 31 0 66 103 106 14 62 24
Binary 1001100 100011 11001 0 110110 1000011 1000110 1100 110010 10100

Color Harmonies of #4C2319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2319

Black with #4C2319

Text Example


Text Example

White with #4C2319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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