Html Css Color HEX #4C2521 Caput Mortuum

📋 copy color: '#4C2521'

red 76 ◦ green 37 ◦ blue 33

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

Shades of Caput Mortuum #4C2521

Tints of Caput Mortuum #4C2521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.34%

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

R = 52.05%
G = 25.34%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4C2521 (or 0x4C2521) is known color: Caput Mortuum. HEX triplet: 4C, 25 and 21. RGB value is (76,37,33). Sum of RGB (Red+Green+Blue) = 76+37+33=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2521 is #B3DADE. Grayscale: #303030. Windows color (decimal): -11786975 or 2172236. OLE color: 2172236.

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

Color convert

RGB 76 37 33 -
CMYK 0 0.51 0.57 0.70
HSL 5.58º 0.39% 0.21% -
HSV(B) 5.58º 0.57% 0.3% -
XYZ 3.92 2.97 1.81 -
YUV 48.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 76 37 33 0 0.51 0.57 0.70 5.58 0.39 0.21
Hex 4C 25 21 0 33 39 46 6 27 15
Octal 114 45 41 0 63 71 106 6 47 25
Binary 1001100 100101 100001 0 110011 111001 1000110 110 100111 10101

Color Harmonies of #4C2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2521

Black with #4C2521

Text Example


Text Example

White with #4C2521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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