#4D2017

Color #4D2017 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #4D2017

Tints of Caput Mortuum #4D2017

Color information

#4D2017 (or 0x4D2017) is unknown color: approx Caput Mortuum. HEX triplet: 4D, 20 and 17. RGB value is (77,32,23). Sum of RGB (Red+Green+Blue) = 77+32+23=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2017 is #B2DFE8. Grayscale: #2C2C2C. Windows color (decimal): -11722729 or 1515597. OLE color: 1515597.

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

Color convert

RGB773223-
CMYK00.580.700.70
HSL10º54%19.61%-
HSV(B)10º70.13%30.2%-
XYZ3.732.671.13-
YUV44.43115.91151.23-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 58.33%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=58.33%
G=24.24%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77322300.580.700.70105419.61
Hex4D201703A4646a3614
Octal1154027072106106126624
Binary100110110000010111011101010001101000110101011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D2017;
 }
 .AnyTagClassName
 {
   color: #4D2017;
 }
</style>
background-color css

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

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

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

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

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

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