Html Css Color HEX #562213 Caput Mortuum

📋 copy color: '#562213'

red 86 ◦ green 34 ◦ blue 19

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

Shades of Caput Mortuum #562213

Tints of Caput Mortuum #562213

RGB

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

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

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

R = 61.87%
G = 24.46%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#562213 (or 0x562213) is known color: Caput Mortuum. HEX triplet: 56, 22 and 13. RGB value is (86,34,19). Sum of RGB (Red+Green+Blue) = 86+34+19=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #562213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562213 is #A9DDEC. Grayscale: #2F2F2F. Windows color (decimal): -11132397 or 1253974. OLE color: 1253974.

HSL color Cylindrical-coordinate representation of color #562213: hue angle of 13.43º 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 #562213 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 34 19 -
CMYK 0 0.60 0.78 0.66
HSL 13.43º 0.64% 0.21% -
HSV(B) 13.43º 0.78% 0.34% -
XYZ 4.53 3.17 0.99 -
YUV 47.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 86 34 19 0 0.60 0.78 0.66 13.43 0.64 0.21
Hex 56 22 13 0 3C 4E 42 D 40 15
Octal 126 42 23 0 74 116 102 15 100 25
Binary 1010110 100010 10011 0 111100 1001110 1000010 1101 1000000 10101

Color Harmonies of #562213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562213

Black with #562213

Text Example


Text Example

White with #562213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562213; }

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

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

background-color css

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

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

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

border-color css

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

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

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