Html Css Color HEX #4C2621 Caput Mortuum

📋 copy color: '#4C2621'

red 76 ◦ green 38 ◦ blue 33

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

Shades of Caput Mortuum #4C2621

Tints of Caput Mortuum #4C2621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.85%

 BLUE value IS 33 (13.28% from 255) = 22.45%

R = 51.7%
G = 25.85%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4C2621 (or 0x4C2621) is known color: Caput Mortuum. HEX triplet: 4C, 26 and 21. RGB value is (76,38,33). Sum of RGB (Red+Green+Blue) = 76+38+33=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2621 is #B3D9DE. Grayscale: #303030. Windows color (decimal): -11786719 or 2172492. OLE color: 2172492.

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

Color convert

RGB 76 38 33 -
CMYK 0 0.5 0.57 0.70
HSL 6.98º 0.39% 0.21% -
HSV(B) 6.98º 0.57% 0.3% -
XYZ 3.95 3.03 1.82 -
YUV 48.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 76 38 33 0 0.5 0.57 0.70 6.98 0.39 0.21
Hex 4C 26 21 0 32 39 46 7 27 15
Octal 114 46 41 0 62 71 106 7 47 25
Binary 1001100 100110 100001 0 110010 111001 1000110 111 100111 10101

Color Harmonies of #4C2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2621

Black with #4C2621

Text Example


Text Example

White with #4C2621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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