Html Css Color HEX #4E2520 Caput Mortuum

📋 copy color: '#4E2520'

red 78 ◦ green 37 ◦ blue 32

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

Shades of Caput Mortuum #4E2520

Tints of Caput Mortuum #4E2520

RGB

 RED value IS 78 (30.86% from 255) = 53.06%

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

 BLUE value IS 32 (12.89% from 255) = 21.77%

R = 53.06%
G = 25.17%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#4E2520 (or 0x4E2520) is known color: Caput Mortuum. HEX triplet: 4E, 25 and 20. RGB value is (78,37,32). Sum of RGB (Red+Green+Blue) = 78+37+32=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2520 is #B1DADF. Grayscale: #303030. Windows color (decimal): -11655904 or 2106702. OLE color: 2106702.

HSL color Cylindrical-coordinate representation of color #4E2520: hue angle of 6.52º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E2520 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 37 32 -
CMYK 0 0.53 0.59 0.69
HSL 6.52º 0.42% 0.22% -
HSV(B) 6.52º 0.59% 0.31% -
XYZ 4.06 3.05 1.74 -
YUV 48.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 78 37 32 0 0.53 0.59 0.69 6.52 0.42 0.22
Hex 4E 25 20 0 35 3B 45 7 2A 16
Octal 116 45 40 0 65 73 105 7 52 26
Binary 1001110 100101 100000 0 110101 111011 1000101 111 101010 10110

Color Harmonies of #4E2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2520

Black with #4E2520

Text Example


Text Example

White with #4E2520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,37,32); }

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

background-color css

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

 a { background-color: rgb(78,37,32); }

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

border-color css

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

 span { border-color: rgb(78,37,32); }

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