#562F32

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

Shades of Jazz #562F32

Tints of Jazz #562F32

Color information

#562F32 (or 0x562F32) is unknown color: approx Jazz. HEX triplet: 56, 2F and 32. RGB value is (86,47,50). Sum of RGB (Red+Green+Blue) = 86+47+50=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #562F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F32 is #A9D0CD. Grayscale: #3B3B3B. Windows color (decimal): -11129038 or 3288918. OLE color: 3288918.

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

Color convert

RGB864750-
CMYK00.450.420.66
HSL355.38º29.32%26.08%-
HSV(B)355.38º45.35%33.73%-
XYZ5.434.243.55-
YUV59122.92147.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 47 (18.75% from 255) = 25.68%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=46.99%
G=25.68%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86475000.450.420.66355.3829.3226.08
Hex562F3202D2A421631d1a
Octal1265762055521025433532
Binary1010110101111110010010110110101010000101011000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,47,50); }

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

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

 a { background-color: rgb(86,47,50); }

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

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

 span { border-color: rgb(86,47,50); }

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