#562923

Color #562923 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #562923

Tints of Caput Mortuum #562923

Color information

#562923 (or 0x562923) is unknown color: approx Caput Mortuum. HEX triplet: 56, 29 and 23. RGB value is (86,41,35). Sum of RGB (Red+Green+Blue) = 86+41+35=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #562923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562923 is #A9D6DC. Grayscale: #353535. Windows color (decimal): -11130589 or 2304342. OLE color: 2304342.

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

Color convert

RGB864135-
CMYK00.520.590.66
HSL7.06º42.15%23.73%-
HSV(B)7.06º59.3%33.73%-
XYZ4.933.692.04-
YUV53.77117.41150.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=53.09%
G=25.31%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86413500.520.590.667.0642.1523.73
Hex5629230343B4272a18
Octal12651430647310275230
Binary10101101010011000110110100111011100001011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562923; }

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

 H1.HeaderClassName
 {
   color: #562923;
 }
 .AnyTagClassName
 {
   color: #562923;
 }
</style>
background-color css

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

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

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

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

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

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