#563134

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

Shades of Jazz #563134

Tints of Jazz #563134

Color information

#563134 (or 0x563134) is unknown color: approx Jazz. HEX triplet: 56, 31 and 34. RGB value is (86,49,52). Sum of RGB (Red+Green+Blue) = 86+49+52=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #563134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563134 is #A9CECB. Grayscale: #3C3C3C. Windows color (decimal): -11128524 or 3420502. OLE color: 3420502.

HSL color Cylindrical-coordinate representation of color #563134: hue angle of 355.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #563134 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB864952-
CMYK00.430.400.66
HSL355.14º27.41%26.47%-
HSV(B)355.14º43.02%33.73%-
XYZ5.564.423.81-
YUV60.4123.26146.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=45.99%
G=26.20%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86495200.430.400.66355.1427.4126.47
Hex56313402B28421631b1a
Octal1266164053501025433332
Binary1010110110001110100010101110100010000101011000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563134; }

 p { color: rgb(86,49,52); }

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

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

 a { background-color: rgb(86,49,52); }

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

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

 span { border-color: rgb(86,49,52); }

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