Html Css Color HEX #5D2415 Caput Mortuum

📋 copy color: '#5D2415'

red 93 ◦ green 36 ◦ blue 21

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

Shades of Caput Mortuum #5D2415

Tints of Caput Mortuum #5D2415

RGB

 RED value IS 93 (36.72% from 255) = 62%

 GREEN value IS 36 (14.45% from 255) = 24%

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

R = 62%
G = 24%
B = 14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#5D2415 (or 0x5D2415) is known color: Caput Mortuum. HEX triplet: 5D, 24 and 15. RGB value is (93,36,21). Sum of RGB (Red+Green+Blue) = 93+36+21=150 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2415 is #A2DBEA. Grayscale: #333333. Windows color (decimal): -10673131 or 1385565. OLE color: 1385565.

HSL color Cylindrical-coordinate representation of color #5D2415: hue angle of 12.5º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D2415 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 36 21 -
CMYK 0 0.61 0.77 0.64
HSL 12.5º 0.63% 0.22% -
HSV(B) 12.5º 0.77% 0.36% -
XYZ 5.28 3.64 1.13 -
YUV 51.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 93 36 21 0 0.61 0.77 0.64 12.5 0.63 0.22
Hex 5D 24 15 0 3D 4D 40 C 3F 16
Octal 135 44 25 0 75 115 100 14 77 26
Binary 1011101 100100 10101 0 111101 1001101 1000000 1100 111111 10110

Color Harmonies of #5D2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2415

Black with #5D2415

Text Example


Text Example

White with #5D2415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D2415; }

 p { color: rgb(93,36,21); }

 H1.HeaderClassName
 {
   color: #5D2415;
 }
 .AnyTagClassName
 {
   color: #5D2415;
 }
</style>

background-color css

<style>
 a { background-color: #5D2415; }

 a { background-color: rgb(93,36,21); }

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

border-color css

<style>
 span { border-color: #5D2415; }

 span { border-color: rgb(93,36,21); }

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