Html Css Color HEX #562313 Caput Mortuum

📋 copy color: '#562313'

red 86 ◦ green 35 ◦ blue 19

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

Shades of Caput Mortuum #562313

Tints of Caput Mortuum #562313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25%

 BLUE value IS 19 (7.81% from 255) = 13.57%

R = 61.43%
G = 25%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#562313 (or 0x562313) is known color: Caput Mortuum. HEX triplet: 56, 23 and 13. RGB value is (86,35,19). Sum of RGB (Red+Green+Blue) = 86+35+19=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #562313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562313 is #A9DCEC. Grayscale: #303030. Windows color (decimal): -11132141 or 1254230. OLE color: 1254230.

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

Color convert

RGB 86 35 19 -
CMYK 0 0.59 0.78 0.66
HSL 14.33º 0.64% 0.21% -
HSV(B) 14.33º 0.78% 0.34% -
XYZ 4.56 3.23 1 -
YUV 48.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 86 35 19 0 0.59 0.78 0.66 14.33 0.64 0.21
Hex 56 23 13 0 3B 4E 42 E 40 15
Octal 126 43 23 0 73 116 102 16 100 25
Binary 1010110 100011 10011 0 111011 1001110 1000010 1110 1000000 10101

Color Harmonies of #562313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562313

Black with #562313

Text Example


Text Example

White with #562313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562313; }

 p { color: rgb(86,35,19); }

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

background-color css

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

 a { background-color: rgb(86,35,19); }

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

border-color css

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

 span { border-color: rgb(86,35,19); }

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