#562E31

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

Shades of Jazz #562E31

Tints of Jazz #562E31

Color information

#562E31 (or 0x562E31) is unknown color: approx Jazz. HEX triplet: 56, 2E and 31. RGB value is (86,46,49). Sum of RGB (Red+Green+Blue) = 86+46+49=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #562E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E31 is #A9D1CE. Grayscale: #3A3A3A. Windows color (decimal): -11129295 or 3223126. OLE color: 3223126.

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

Color convert

RGB864649-
CMYK00.470.430.66
HSL355.5º30.3%25.88%-
HSV(B)355.5º46.51%33.73%-
XYZ5.374.153.42-
YUV58.3122.75147.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.51%
GREEN value IS 46 (18.36% from 255) = 25.41%
BLUE value IS 49 (19.53% from 255) = 27.07%
R=47.51%
G=25.41%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86464900.470.430.66355.530.325.88
Hex562E3102F2B421641e1a
Octal1265661057531025443632
Binary1010110101110110001010111110101110000101011001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562E31; }

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

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

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

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

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

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

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

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