Html Css Color HEX #4D2015 Caput Mortuum

📋 copy color: '#4D2015'

red 77 ◦ green 32 ◦ blue 21

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

Shades of Caput Mortuum #4D2015

Tints of Caput Mortuum #4D2015

RGB

 RED value IS 77 (30.47% from 255) = 59.23%

 GREEN value IS 32 (12.89% from 255) = 24.62%

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 59.23%
G = 24.62%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D2015 (or 0x4D2015) is known color: Caput Mortuum. HEX triplet: 4D, 20 and 15. RGB value is (77,32,21). Sum of RGB (Red+Green+Blue) = 77+32+21=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2015 is #B2DFEA. Grayscale: #2C2C2C. Windows color (decimal): -11722731 or 1384525. OLE color: 1384525.

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

Color convert

RGB 77 32 21 -
CMYK 0 0.58 0.73 0.70
HSL 11.79º 0.57% 0.19% -
HSV(B) 11.79º 0.73% 0.3% -
XYZ 3.71 2.66 1.03 -
YUV 44.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 77 32 21 0 0.58 0.73 0.70 11.79 0.57 0.19
Hex 4D 20 15 0 3A 49 46 C 39 13
Octal 115 40 25 0 72 111 106 14 71 23
Binary 1001101 100000 10101 0 111010 1001001 1000110 1100 111001 10011

Color Harmonies of #4D2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2015

Black with #4D2015

Text Example


Text Example

White with #4D2015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,32,21); }

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

background-color css

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

 a { background-color: rgb(77,32,21); }

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

border-color css

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

 span { border-color: rgb(77,32,21); }

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