Html Css Color HEX #4D2017 Caput Mortuum

📋 copy color: '#4D2017'

red 77 ◦ green 32 ◦ blue 23

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

Shades of Caput Mortuum #4D2017

Tints of Caput Mortuum #4D2017

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 value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#4D2017 (or 0x4D2017) is known color: 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

RGB 77 32 23 -
CMYK 0 0.58 0.70 0.70
HSL 10º 0.54% 0.2% -
HSV(B) 10º 0.7% 0.3% -
XYZ 3.73 2.67 1.13 -
YUV 44.43 115.91 151.23 -
System Red Green Blue C M Y K H S L
Decimal 77 32 23 0 0.58 0.70 0.70 10 0.54 0.2
Hex 4D 20 17 0 3A 46 46 A 36 14
Octal 115 40 27 0 72 106 106 12 66 24
Binary 1001101 100000 10111 0 111010 1000110 1000110 1010 110110 10100

Color Harmonies of #4D2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2017

Black with #4D2017

Text Example


Text Example

White with #4D2017

Text Example


Text Example

HTML Codes & Css Web 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>