#563031

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

Shades of Jazz #563031

Tints of Jazz #563031

Color information

#563031 (or 0x563031) is unknown color: approx Jazz. HEX triplet: 56, 30 and 31. RGB value is (86,48,49). Sum of RGB (Red+Green+Blue) = 86+48+49=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #563031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563031 is #A9CFCE. Grayscale: #3B3B3B. Windows color (decimal): -11128783 or 3223638. OLE color: 3223638.

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

Color convert

RGB864849-
CMYK00.440.430.66
HSL358.42º28.36%26.27%-
HSV(B)358.42º44.19%33.73%-
XYZ5.454.313.45-
YUV59.48122.09146.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=46.99%
G=26.23%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86484900.440.430.66358.4228.3626.27
Hex56303102C2B421661c1a
Octal1266061054531025463432
Binary1010110110000110001010110010101110000101011001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563031; }

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

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

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

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

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

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

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

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