Html Css Color HEX #562215 Caput Mortuum

📋 copy color: '#562215'

red 86 ◦ green 34 ◦ blue 21

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

Shades of Caput Mortuum #562215

Tints of Caput Mortuum #562215

RGB

 RED value IS 86 (33.98% from 255) = 60.99%

 GREEN value IS 34 (13.67% from 255) = 24.11%

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

R = 60.99%
G = 24.11%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#562215 (or 0x562215) is known color: Caput Mortuum. HEX triplet: 56, 22 and 15. RGB value is (86,34,21). Sum of RGB (Red+Green+Blue) = 86+34+21=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #562215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562215 is #A9DDEA. Grayscale: #303030. Windows color (decimal): -11132395 or 1385046. OLE color: 1385046.

HSL color Cylindrical-coordinate representation of color #562215: hue angle of 12º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562215 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 34 21 -
CMYK 0 0.60 0.76 0.66
HSL 12º 0.61% 0.21% -
HSV(B) 12º 0.76% 0.34% -
XYZ 4.55 3.18 1.08 -
YUV 48.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 86 34 21 0 0.60 0.76 0.66 12 0.61 0.21
Hex 56 22 15 0 3C 4C 42 C 3D 15
Octal 126 42 25 0 74 114 102 14 75 25
Binary 1010110 100010 10101 0 111100 1001100 1000010 1100 111101 10101

Color Harmonies of #562215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562215

Black with #562215

Text Example


Text Example

White with #562215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562215; }

 p { color: rgb(86,34,21); }

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

background-color css

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

 a { background-color: rgb(86,34,21); }

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

border-color css

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

 span { border-color: rgb(86,34,21); }

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